sunag %!s(int64=7) %!d(string=hai) anos
pai
achega
c5c7c000b6
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      examples/webgl_loader_sea3d_bvh.html

+ 3 - 1
examples/webgl_loader_sea3d_bvh.html

@@ -156,11 +156,13 @@
 					}
 				} );
 
+				clip.name = "dance";
+
 				clip = THREE.SEA3D.AnimationClip.fromClip( clip );
 
 				player.addAnimation( new THREE.SEA3D.Animation( clip ) );
 
-				player.play( "animation" );
+				player.play( "dance" );
 
 
 			}