Selaa lähdekoodia

Update webgl_loader_gltf_transmission.html

Mr.doob 4 vuotta sitten
vanhempi
commit
59230b6506
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 = new THREE.AnimationMixer( gltf.scene );
 							mixer.clipAction( gltf.animations[ 0 ] ).play();
 							mixer.clipAction( gltf.animations[ 0 ] ).play();
 							scene.add( gltf.scene );
 							scene.add( gltf.scene );
-							animate();
 
 
 						} );
 						} );