06-03-2024 07:39 PM
the bodyTracking of OVR plugin returns rotations of following bones:
ovrpBoneId_Body_Start = 0,
ovrpBoneId_Body_Root = ovrpBoneId_Body_Start + 0,
ovrpBoneId_Body_Hips = ovrpBoneId_Body_Start + 1,
ovrpBoneId_Body_SpineLower = ovrpBoneId_Body_Start + 2,
ovrpBoneId_Body_SpineMiddle = ovrpBoneId_Body_Start + 3,
...
the question is, where can I get a skeleton that has same struct as this enum?
I've seen similar skeleton (SK_high_fidelity_rig in the https://github.com/oculus-samples/Unreal-Movement), but after careful comparison there is minor difference (say, it has LeftHandThumbTrapezium but enum hasn't)