|
@@ -134,7 +134,7 @@
|
|
|
|
|
|
<h3>[method:SkinnedMesh clone]()</h3>
|
|
|
<p>
|
|
|
- Returns a clone of this SkinnedMesh object and any descendants.
|
|
|
+ This method does currently not clone an instance of [name] correctly. Please use [page:SkeletonUtils.clone]() in the meanwhile.
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:undefined normalizeSkinWeights]()</h3>
|
|
@@ -147,11 +147,6 @@
|
|
|
This method sets the skinned mesh in the rest pose (resets the pose).
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:undefined updateMatrixWorld]( [param:Boolean force] )</h3>
|
|
|
- <p>
|
|
|
- Updates the [page:Matrix4 MatrixWorld].
|
|
|
- </p>
|
|
|
-
|
|
|
<h3>[method:Vector3 boneTransform]( [index:Integer], [target:Vector3] )</h3>
|
|
|
<p>
|
|
|
Calculates the position of the vertex at the given index relative to the current bone transformations.
|