We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bff21a commit c16408fCopy full SHA for c16408f
Qualisys/QTM-Unity-Realtime-Streaming/Streaming/RTSkeleton.cs
@@ -118,7 +118,7 @@ private void BuildMecanimAvatarFromQtmTPose()
118
{
119
name = this.SkeletonName + "_" + segment.Value.Name,
120
position = segment.Value.TPosition,
121
- rotation = Quaternion.identity,
+ rotation = segment.Value.TRotation,
122
scale = Vector3.one,
123
});
124
}
0 commit comments