Parcourir la source

webgl_loader_md2 should start with an initial animation.

Ben Houston il y a 10 ans
Parent
commit
8f2e0f6a64
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      examples/webgl_loader_md2.html

+ 2 - 0
examples/webgl_loader_md2.html

@@ -207,6 +207,8 @@
 					setupWeaponsGUI( character );
 					setupGUIAnimations( character );
 
+					character.setAnimation( character.meshBody.geometry.clips[0].name )
+
 				};
 
 				character.loadParts( config );