Assimp  v3.1.1 (June 2014)
Assimp::MD5::BoneDesc Struct Reference

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...
 
- Public Attributes inherited from Assimp::MD5::BaseJointDescription
aiString mName
 Name of the bone. More...
 
int mParentIndex
 Parent index of the bone. More...
 

Detailed Description

Represents a bone (joint) descriptor in a MD5Mesh file.

Member Data Documentation

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)


The documentation for this struct was generated from the following file: