Skip to content

Commit

Permalink
Merge pull request #1455 from pixiv/fix/humanoid-animaion-example
Browse files Browse the repository at this point in the history
Fix humanoidAnimation example
  • Loading branch information
ke456-png authored Aug 5, 2024
2 parents faf5751 + 931a919 commit 2aa032e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/three-vrm/examples/humanoidAnimation/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function loadFBX( animationUrl ) {

currentAnimationUrl = animationUrl;

currentVrm.humanoid.resetNormalizedPose();
// create AnimationMixer for VRM
currentMixer = new THREE.AnimationMixer( currentVrm.scene );

Expand Down

0 comments on commit 2aa032e

Please sign in to comment.