瀏覽代碼

Update webgl_loader_gltf_transmission.html

Mr.doob 4 年之前
父節點
當前提交
59230b6506
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/webgl_loader_gltf_transmission.html

+ 0 - 1
examples/webgl_loader_gltf_transmission.html

@@ -60,7 +60,6 @@
 							mixer = new THREE.AnimationMixer( gltf.scene );
 							mixer.clipAction( gltf.animations[ 0 ] ).play();
 							scene.add( gltf.scene );
-							animate();
 
 						} );