Trevor Baron hace 7 años
padre
commit
6f22b4de13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Cameras/XR/babylon.webXRCamera.ts

+ 1 - 1
src/Cameras/XR/babylon.webXRCamera.ts

@@ -1,7 +1,7 @@
 module BABYLON {
     /**
      * WebXR Camera which holds the views for the xrSession
-     * @see https://immersive-web.github.io/webxr/
+     * @see https://doc.babylonjs.com/how_to/webxr
      */
     export class WebXRCamera extends FreeCamera {
         /**