ソースを参照

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