Explorar el Código

Update MMDAnimationHelper doc

Takahiro hace 7 años
padre
commit
c90f19e276
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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',