Kaynağa Gözat

Update camera teleport observable descriptions

Carlos Landeras Martínez 8 yıl önce
ebeveyn
işleme
8d45981843

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

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