Explorar o código

Update camera teleport observable descriptions

Carlos Landeras Martínez %!s(int64=7) %!d(string=hai) anos
pai
achega
8d45981843
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  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>();
 
         /**