Explorar o código

Remove autorotation from sandbox

David Catuhe %!s(int64=8) %!d(string=hai) anos
pai
achega
b70e4223bf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      sandbox/index.js

+ 0 - 1
sandbox/index.js

@@ -68,7 +68,6 @@
             currentScene.createDefaultCameraOrLight(true);
             // Enable camera's behaviors
             currentScene.activeCamera.useBouncingBehavior = true;
-            currentScene.activeCamera.useAutoRotationBehavior  = true;
             currentScene.activeCamera.useFramingBehavior = true;
 
             var framingBehavior = currentScene.activeCamera.getBehaviorByName("Framing");