ソースを参照

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;