浏览代码

update link

Trevor Baron 6 年之前
父节点
当前提交
6f22b4de13
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {
         /**