소스 검색

Update camera teleport observable descriptions

Carlos Landeras Martínez 7 년 전
부모
커밋
8d45981843
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/Cameras/VR/babylon.vrExperienceHelper.ts

+ 2 - 4
src/Cameras/VR/babylon.vrExperienceHelper.ts

@@ -113,15 +113,13 @@ module BABYLON {
         private _circleEase: CircleEase;
 
         /**
-         * Observable raised when camera is teleporting         
+         * Observable raised before camera teleportation        
         */
-
         public onBeforeCameraTeleport = new Observable<Vector3>();
 
         /**
-         *  Observable raised when camera finished teleportation 
+         *  Observable raised after camera teleportation
         */
-
         public onAfterCameraTeleport = new Observable<Vector3>();
 
         /**