Assimp  v4.1. (December 2018)
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

◆ mInvTransform

aiMatrix4x4 Assimp::MD5::BoneDesc::mInvTransform

Inverse transformation of the bone (temporary)

◆ mMap

unsigned int Assimp::MD5::BoneDesc::mMap

Internal.

◆ mPositionXYZ

aiVector3D Assimp::MD5::BoneDesc::mPositionXYZ

Absolute position of the bone.

◆ mRotationQuat

aiVector3D Assimp::MD5::BoneDesc::mRotationQuat

Absolute rotation of the bone.

◆ mRotationQuatConverted

aiQuaternion Assimp::MD5::BoneDesc::mRotationQuatConverted

◆ mTransform

aiMatrix4x4 Assimp::MD5::BoneDesc::mTransform

Absolute transformation of the bone (temporary)


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