Skip to content

Commit c16408f

Browse files
committed
Copy rotation data from QTM T-Pose
1 parent 9bff21a commit c16408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Qualisys/QTM-Unity-Realtime-Streaming/Streaming/RTSkeleton.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private void BuildMecanimAvatarFromQtmTPose()
118118
{
119119
name = this.SkeletonName + "_" + segment.Value.Name,
120120
position = segment.Value.TPosition,
121-
rotation = Quaternion.identity,
121+
rotation = segment.Value.TRotation,
122122
scale = Vector3.one,
123123
});
124124
}

0 commit comments

Comments
 (0)