|
@@ -43,7 +43,7 @@
|
|
|
mesh.bind( armSkeleton );
|
|
|
|
|
|
// Update the inverse matrices in the skeleton to reflect the newly bound skeleton
|
|
|
- skeleton.calculateInverses();
|
|
|
+ armSkeleton.calculateInverses();
|
|
|
|
|
|
// Move the bones and manipulate the model
|
|
|
armSkeleton.bones[0].rotation.x = -0.1;
|