Assimp
v4.1. (December 2018)
|
Represents a bone (joint) descriptor in a MD5Mesh file. More...
Inherits Assimp::MD5::BaseJointDescription.
Public Attributes | |
aiMatrix4x4 | mInvTransform |
Inverse transformation of the bone (temporary) More... | |
unsigned int | mMap |
Internal. More... | |
aiVector3D | mPositionXYZ |
Absolute position of the bone. More... | |
aiVector3D | mRotationQuat |
Absolute rotation of the bone. More... | |
aiQuaternion | mRotationQuatConverted |
aiMatrix4x4 | mTransform |
Absolute transformation of the bone (temporary) More... | |
![]() | |
aiString | mName |
Name of the bone. More... | |
int | mParentIndex |
Parent index of the bone. More... | |
Represents a bone (joint) descriptor in a MD5Mesh file.
aiMatrix4x4 Assimp::MD5::BoneDesc::mInvTransform |
Inverse transformation of the bone (temporary)
unsigned int Assimp::MD5::BoneDesc::mMap |
Internal.
aiVector3D Assimp::MD5::BoneDesc::mPositionXYZ |
Absolute position of the bone.
aiVector3D Assimp::MD5::BoneDesc::mRotationQuat |
Absolute rotation of the bone.
aiQuaternion Assimp::MD5::BoneDesc::mRotationQuatConverted |
aiMatrix4x4 Assimp::MD5::BoneDesc::mTransform |
Absolute transformation of the bone (temporary)