Browse Source

Update MMDAnimationHelper doc

Takahiro 7 năm trước cách đây
mục cha
commit
c90f19e276
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/examples/animations/MMDAnimationHelper.html

+ 2 - 1
docs/examples/animations/MMDAnimationHelper.html

@@ -12,6 +12,7 @@
 
 		<p class="desc"> A animation helper for <a href="http://www.geocities.jp/higuchuu4/index_e.htm"><em>MMD</em></a> resources. <br /><br />
 		[name] handles animation of MMD assets loaded by [page:MMDLoader] with MMD special features as IK, Grant, and Physics.
+		It uses [page:CCDIKSolver] and [page:MMDPhysics] inside.
 		</p>
 
 		<h2>Example</h2>
@@ -31,7 +32,7 @@
 					physics: true
 				} );
 
-				scene.add( mesh );
+				scene.add( mmd.mesh );
 
 				new THREE.AudioLoader().load(
 					'audios/mmd/song.mp3',