소스 검색

Update sandbox..

David Catuhe 8 년 전
부모
커밋
490bd7797c
3개의 변경된 파일6381개의 추가작업 그리고 6380개의 파일을 삭제
  1. 3190 3190
      dist/preview release/babylon.d.ts
  2. 3190 3190
      dist/preview release/babylon.module.d.ts
  3. 1 0
      sandbox/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3190 - 3190
dist/preview release/babylon.d.ts


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3190 - 3190
dist/preview release/babylon.module.d.ts


+ 1 - 0
sandbox/index.js

@@ -73,6 +73,7 @@
 
             var framingBehavior = currentScene.activeCamera.getBehaviorByName("Framing");
             framingBehavior.framingTime = 0;
+            framingBehavior.elevationReturnTime = -1;
 
             var bouncingBehavior = currentScene.activeCamera.getBehaviorByName("Bouncing");
             bouncingBehavior.autoTransitionRange = true;