소스 검색

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 );