Assimp  v3.1.1 (June 2014)
Assimp::MDL::IntBone_MDL7 Struct Reference

Internal data structure to represent a bone in a MDL7 file with all of its animation channels assigned to it. More...

Inherits aiBone.

Public Member Functions

 IntBone_MDL7 ()
 Default constructor. More...
 
- Public Member Functions inherited from aiBone
 aiBone ()
 Default constructor. More...
 
 aiBone (const aiBone &other)
 Copy constructor. More...
 
 ~aiBone ()
 Destructor - deletes the array of vertex weights. More...
 

Public Attributes

uint64_t iParent
 Parent bone of the bone. More...
 
std::vector< aiVectorKeypkeyPositions
 Array of position keys. More...
 
std::vector< aiQuatKeypkeyRotations
 Array of rotation keys. More...
 
std::vector< aiVectorKeypkeyScalings
 Array of scaling keys. More...
 
aiVector3D vPosition
 Relative position of the bone. More...
 
- Public Attributes inherited from aiBone
aiString mName
 The name of the bone. More...
 
unsigned int mNumWeights
 The number of vertices affected by this bone The maximum value for this member is AI_MAX_BONE_WEIGHTS. More...
 
aiMatrix4x4 mOffsetMatrix
 Matrix that transforms from mesh space to bone space in bind pose. More...
 
aiVertexWeightmWeights
 The vertices affected by this bone. More...
 

Detailed Description

Internal data structure to represent a bone in a MDL7 file with all of its animation channels assigned to it.

Constructor & Destructor Documentation

§ IntBone_MDL7()

Assimp::MDL::IntBone_MDL7::IntBone_MDL7 ( )
inline

Default constructor.

Member Data Documentation

§ iParent

uint64_t Assimp::MDL::IntBone_MDL7::iParent

Parent bone of the bone.

§ pkeyPositions

std::vector<aiVectorKey> Assimp::MDL::IntBone_MDL7::pkeyPositions

Array of position keys.

§ pkeyRotations

std::vector<aiQuatKey> Assimp::MDL::IntBone_MDL7::pkeyRotations

Array of rotation keys.

§ pkeyScalings

std::vector<aiVectorKey> Assimp::MDL::IntBone_MDL7::pkeyScalings

Array of scaling keys.

§ vPosition

aiVector3D Assimp::MDL::IntBone_MDL7::vPosition

Relative position of the bone.


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