Browse Source

webgl_loader_md2 should start with an initial animation.

Ben Houston 10 năm trước cách đây
mục cha
commit
8f2e0f6a64
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 );