Skip to content

Commit

Permalink
solve issue jMonkeyEngine#2121 (AnimMigrationUtils produces incorrect…
Browse files Browse the repository at this point in the history
… initial pose)
  • Loading branch information
stephengold committed Nov 22, 2023
1 parent 20ecf68 commit 51dd235
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void visit(Spatial spatial) {

Armature armature = new Armature(joints);
armature.saveBindPose();
armature.saveInitialPose();
skeletonArmatureMap.put(skeleton, armature);

List<TransformTrack> tracks = new ArrayList<>();
Expand Down

0 comments on commit 51dd235

Please sign in to comment.