Explorar el Código

Update webgl_loader_gltf_transmission.html

Mr.doob hace 4 años
padre
commit
59230b6506
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();
 
 						} );