Skip to main content

Meta_Manikin

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Transform, Idx_Template, Idx_IKEnabled, Idx_SkinColour, Idx_HairColour, Idx_ClothingColour1, Idx_ClothingColour2, Idx_ShoeColour, Idx_Height, Idx_ResetAnthro, Idx_HeadSize, Idx_HeadThickness, Idx_TorsoLength, Idx_TorsoThickness, Idx_ShoulderWidth, Idx_ShoulderThickness, Idx_HipWidth, Idx_HipThickness, Idx_UpperArmLength, Idx_UpperArmThickness, Idx_LowerArmLength, Idx_LowerArmThickness, Idx_HandSize, Idx_HandThickness, Idx_UpperLegLength, Idx_UpperLegThickness, Idx_LowerLegLength, Idx_LowerLegThickness, Idx_FootLength, Idx_FootThickness, Idx_TemplateLink }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enabled state of this annotation.
Idx_Transformmat4w - The local transformation matrix of this assembly.
Idx_Template
Idx_IKEnabledfile - the file used as the manikin template.
Idx_SkinColour< bool - Whether to use the IK targets to control the manikin's position. vec3f - The colour of the skin.
Idx_HairColourvec3f - The colour of the hair.
Idx_ClothingColour1vec3f - The colour of the first piece of clothing (the shirt in the default manikin).
Idx_ClothingColour2vec3f - The colour of the second piece of clothing (the trousers in the default manikin).
Idx_ShoeColourvec3f - The colour of the shoes.
Idx_Heightfloat range - Height of the manikin.
Idx_ResetAnthrobool - When set to true, resets the anthropometric data of the manikin.
Idx_HeadSizefloat range - Size of the head bone.
Idx_HeadThicknessfloat range - Thickness of the head bone.
Idx_TorsoLengthfloat range - Length of the combined bones in the torso.
Idx_TorsoThicknessfloat range - Thickness of the torso.
Idx_ShoulderWidthfloat range - The distance between the shoulders.
Idx_ShoulderThicknessfloat range - Thickness of the shoulders.
Idx_HipWidthfloat range - Width between the hip joints.
Idx_HipThicknessfloat range - Hip thickness.
Idx_UpperArmLengthfloat range - Length of the upper arm bone.
Idx_UpperArmThicknessfloat range - Thickness of the upper arm.
Idx_LowerArmLengthfloat range - Length of the lower arm bone.
Idx_LowerArmThicknessfloat range - Thickness of the lower arm bone.
Idx_HandSizefloat range - Size of the hands.
Idx_HandThicknessfloat range - Thickness of the hands.
Idx_UpperLegLengthfloat range - Length of the upper leg bone.
Idx_UpperLegThicknessfloat range - Thickness of the upper leg.
Idx_LowerLegLengthfloat range - Length of the lower leg bones.
Idx_LowerLegThicknessfloat range - Thickness of the lower leg.
Idx_FootLengthfloat range - Length of combines bones of feet bones.
Idx_FootThicknessfloat range - Thickness of the feet.
Idx_TemplateLinklink - reference to the template node.