Преглед изворни кода

Change sandbox to play only the first glTF animation

Gary Hsu пре 7 година
родитељ
комит
a7da9325fc
1 измењених фајлова са 0 додато и 1 уклоњено
  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;
         }
     });