瀏覽代碼

webgl_loader_md2 should start with an initial animation.

Ben Houston 10 年之前
父節點
當前提交
8f2e0f6a64
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 );