Browse Source

Update camera teleport observable descriptions

Carlos Landeras Martínez 7 năm trước cách đây
mục cha
commit
8d45981843
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  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>();
 
         /**