cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I get a skeleton that has same bone structure as what bodyTracking return?

yukiyuna
Explorer

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)

0 REPLIES 0