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