We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81222fa commit 2f1f87fCopy full SHA for 2f1f87f
docs/api/objects/SkinnedMesh.html
@@ -43,9 +43,6 @@ <h2>Example</h2>
43
// Bind the skeleton to the mesh
44
mesh.bind( armSkeleton );
45
46
- // Update the inverse matrices in the skeleton to reflect the newly bound skeleton
47
- armSkeleton.calculateInverses();
48
-
49
// Move the bones and manipulate the model
50
armSkeleton.bones[ 0 ].rotation.x = -0.1;
51
armSkeleton.bones[ 1 ].rotation.x = 0.2;
docs/scenes/bones-browser.html
@@ -159,7 +159,6 @@
159
mesh.add( bones[ 0 ] );
160
161
mesh.bind( skeleton );
162
- skeleton.calculateInverses();
163
164
skeletonHelper = new THREE.SkeletonHelper( mesh );
165
skeletonHelper.material.linewidth = 2;
0 commit comments