Browse Source

Update webgl_loader_gltf_transmission.html

Mr.doob 4 years ago
parent
commit
59230b6506
1 changed files with 0 additions and 1 deletions
  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();
 
 						} );