Browse Source

Update MMDAnimationHelper doc

Takahiro 7 years ago
parent
commit
c90f19e276
1 changed files with 2 additions and 1 deletions
  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',