Skip to content

Commit

Permalink
Clean up (#25189)
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley authored Dec 23, 2022
1 parent 0bec83f commit 31d84e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/en/objects/SkinnedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>[method:undefined pose]()</h3>
<h3>[method:Vector3 boneTransform]( [param:Integer index], [param:Vector3 target] )</h3>
<p>
Calculates the position of the vertex at the given index relative to the current bone transformations.
Target vector must be initialized with the vetrex coordinates prior to the transformation:
Target vector must be initialized with the vertex coordinates prior to the transformation:
<code>
const target = new THREE.Vector3();
target.fromBufferAttribute( mesh.geometry.attributes.position, index );
Expand Down

0 comments on commit 31d84e8

Please sign in to comment.