GetBoneIdToHumanBodyBone
: Dictionary< BoneId, HumanBodyBones >
[Get] |
Returns BoneId to HumanBodyBones mapping for upper body characters.
Since retargeting retargets to humanoid characters, it uses this field to map body tracking bones to humanoid bones.
Signature
Dictionary<BoneId, HumanBodyBones> GetBoneIdToHumanBodyBone |
GetBoneIdToJointPair
: Dictionary< BoneId, Tuple< BoneId, BoneId > >
[Get] |
The mapping between BoneId a tuple of BoneId.
Retargeting uses this tuple or joint pair to create a BoneId's orientation during retargeting. Define this field so that you can influence what kind of tuple is used during retargeting. Intended for the retargeting source (i.e. body tracking) assuming upper body tracking is used.
Signature
Dictionary<BoneId, Tuple<BoneId, BoneId> > GetBoneIdToJointPair |
GetBoneToBodySection
: Dictionary< HumanBodyBones, BodySection >
[Get] |
The mapping between HumanBodyBones and BodySection.
Define this mapping to associate a body with parts of the body, such as the back, left arm, right leg, and so on.
Signature
Dictionary<HumanBodyBones, BodySection> GetBoneToBodySection |
GetBoneToJointPair
: Dictionary< HumanBodyBones, Tuple< HumanBodyBones, HumanBodyBones > >
[Get] |
The mapping between HumanBodyBones a tuple of HumanBodyBones.
The tuple is a joint pair that retargeting uses to create a HumanBodyBones's orientation during runtime. Define this field so that you can influence what kind of tuple is used during retargeting.
Signature
Dictionary<HumanBodyBones, Tuple<HumanBodyBones, HumanBodyBones> > GetBoneToJointPair |
GetFullBodyBoneIdToHumanBodyBone
: Dictionary< BoneId, HumanBodyBones >
[Get] |
Returns BoneId to HumanBodyBones mapping for full body characters.
Since retargeting retargets to humanoid characters, it uses this field to map body tracking bones to humanoid bones.
Signature
Dictionary<BoneId, HumanBodyBones> GetFullBodyBoneIdToHumanBodyBone |
GetFullBodyBoneIdToJointPair
: Dictionary< BoneId, Tuple< BoneId, BoneId > >
[Get] |
The mapping between BoneId a tuple of BoneId.
Retargeting uses this tuple or joint pair to create a BoneId's orientation during retargeting. Define this field so that you can influence what kind of tuple is used during retargeting. Intended for the retargeting source (i.e. body tracking) assuming full body tracking is used.
Signature
Dictionary<BoneId, Tuple<BoneId, BoneId> > GetFullBodyBoneIdToJointPair |