Browse Source

Change sandbox to play only the first glTF animation

Gary Hsu 7 năm trước cách đây
mục cha
commit
a7da9325fc
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      sandbox/index.js

+ 0 - 1
sandbox/index.js

@@ -38,7 +38,6 @@ if (BABYLON.Engine.isSupported()) {
         currentPluginName = plugin.name;
 
         if (plugin.name === "gltf" && plugin instanceof BABYLON.GLTFFileLoader) {
-            plugin.animationStartMode = BABYLON.GLTFLoaderAnimationStartMode.ALL;
             plugin.compileMaterials = true;
         }
     });