Skip to content

Commit

Permalink
Copy rotation data from QTM T-Pose
Browse files Browse the repository at this point in the history
  • Loading branch information
qjgn committed Feb 3, 2020
1 parent 9bff21a commit c16408f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void BuildMecanimAvatarFromQtmTPose()
{
name = this.SkeletonName + "_" + segment.Value.Name,
position = segment.Value.TPosition,
rotation = Quaternion.identity,
rotation = segment.Value.TRotation,
scale = Vector3.one,
});
}
Expand Down

0 comments on commit c16408f

Please sign in to comment.