瀏覽代碼

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;
         }
     });