Assimp  v3.1.1 (June 2014)
Assimp::MD5 Namespace Reference

Classes

struct  AnimBoneDesc
 Represents a bone (joint) descriptor in a MD5Anim file. More...
 
struct  BaseFrameDesc
 Represents a base frame descriptor in a MD5Anim file. More...
 
struct  BaseJointDescription
 Basic information about a joint. More...
 
struct  BoneDesc
 Represents a bone (joint) descriptor in a MD5Mesh file. More...
 
struct  CameraAnimFrameDesc
 Represents a camera animation frame in a MDCamera file. More...
 
struct  Element
 Represents a single element in a MD5 file. More...
 
struct  FrameDesc
 Represents a frame descriptor in a MD5Anim file. More...
 
class  MD5AnimParser
 Parses the data sections of a MD5 animation file. More...
 
class  MD5CameraParser
 Parses the data sections of a MD5 camera animation file. More...
 
class  MD5MeshParser
 Parses the data sections of a MD5 mesh file. More...
 
class  MD5Parser
 Parses the block structure of MD5MESH and MD5ANIM files (but does no further processing) More...
 
struct  MeshDesc
 Represents a mesh in a MD5 file. More...
 
struct  Section
 Represents a section of a MD5 file (such as the mesh or the joints section) More...
 
struct  VertexDesc
 Represents a vertex descriptor in a MD5 file. More...
 
struct  WeightDesc
 Represents a vertex weight descriptor in a MD5 file. More...
 

Typedefs

typedef std::vector< AnimBoneDescAnimBoneList
 
typedef std::vector< BaseFrameDescBaseFrameList
 
typedef std::vector< BoneDescBoneList
 
typedef std::vector< CameraAnimFrameDescCameraFrameList
 
typedef std::vector< ElementElementList
 
typedef std::vector< aiFaceFaceList
 
typedef std::vector< FrameDescFrameList
 
typedef std::vector< MeshDescMeshList
 
typedef std::vector< SectionSectionList
 
typedef std::vector< VertexDescVertexList
 
typedef std::vector< WeightDescWeightList
 

Functions

void ConvertQuaternion (const aiVector3D &in, aiQuaternion &out)
 

Typedef Documentation

§ AnimBoneList

typedef std::vector< AnimBoneDesc > Assimp::MD5::AnimBoneList

§ BaseFrameList

typedef std::vector< BaseFrameDesc > Assimp::MD5::BaseFrameList

§ BoneList

typedef std::vector< BoneDesc > Assimp::MD5::BoneList

§ CameraFrameList

§ ElementList

typedef std::vector< Element > Assimp::MD5::ElementList

§ FaceList

typedef std::vector< aiFace > Assimp::MD5::FaceList

§ FrameList

typedef std::vector< FrameDesc > Assimp::MD5::FrameList

§ MeshList

typedef std::vector< MeshDesc > Assimp::MD5::MeshList

§ SectionList

typedef std::vector< Section> Assimp::MD5::SectionList

§ VertexList

typedef std::vector< VertexDesc > Assimp::MD5::VertexList

§ WeightList

typedef std::vector< WeightDesc > Assimp::MD5::WeightList

Function Documentation

§ ConvertQuaternion()

void Assimp::MD5::ConvertQuaternion ( const aiVector3D in,
aiQuaternion out 
)
inline