|
Assimp
v4.1. (December 2018)
|
Definition of the .MD5 parser class. http://www.modwiki.net/wiki/MD5_(file_format) More...
Classes | |
| struct | Assimp::MD5::AnimBoneDesc |
| Represents a bone (joint) descriptor in a MD5Anim file. More... | |
| struct | Assimp::MD5::BaseFrameDesc |
| Represents a base frame descriptor in a MD5Anim file. More... | |
| struct | Assimp::MD5::BaseJointDescription |
| Basic information about a joint. More... | |
| struct | Assimp::MD5::BoneDesc |
| Represents a bone (joint) descriptor in a MD5Mesh file. More... | |
| struct | Assimp::MD5::CameraAnimFrameDesc |
| Represents a camera animation frame in a MDCamera file. More... | |
| struct | Assimp::MD5::Element |
| Represents a single element in a MD5 file. More... | |
| struct | Assimp::MD5::FrameDesc |
| Represents a frame descriptor in a MD5Anim file. More... | |
| class | Assimp::MD5::MD5AnimParser |
| Parses the data sections of a MD5 animation file. More... | |
| class | Assimp::MD5::MD5CameraParser |
| Parses the data sections of a MD5 camera animation file. More... | |
| class | Assimp::MD5::MD5MeshParser |
| Parses the data sections of a MD5 mesh file. More... | |
| class | Assimp::MD5::MD5Parser |
| Parses the block structure of MD5MESH and MD5ANIM files (but does no further processing) More... | |
| struct | Assimp::MD5::MeshDesc |
| Represents a mesh in a MD5 file. More... | |
| struct | Assimp::MD5::Section |
| Represents a section of a MD5 file (such as the mesh or the joints section) More... | |
| struct | Assimp::MD5::VertexDesc |
| Represents a vertex descriptor in a MD5 file. More... | |
| struct | Assimp::MD5::WeightDesc |
| Represents a vertex weight descriptor in a MD5 file. More... | |
Namespaces | |
| Assimp | |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
| Assimp::MD5 | |
Macros | |
| #define | AI_MD5_PARSE_NO_BOUNDS |
Typedefs | |
| typedef std::vector< AnimBoneDesc > | Assimp::MD5::AnimBoneList |
| typedef std::vector< BaseFrameDesc > | Assimp::MD5::BaseFrameList |
| typedef std::vector< BoneDesc > | Assimp::MD5::BoneList |
| typedef std::vector< CameraAnimFrameDesc > | Assimp::MD5::CameraFrameList |
| typedef std::vector< Element > | Assimp::MD5::ElementList |
| typedef std::vector< aiFace > | Assimp::MD5::FaceList |
| typedef std::vector< FrameDesc > | Assimp::MD5::FrameList |
| typedef std::vector< MeshDesc > | Assimp::MD5::MeshList |
| typedef std::vector< Section > | Assimp::MD5::SectionList |
| typedef std::vector< VertexDesc > | Assimp::MD5::VertexList |
| typedef std::vector< WeightDesc > | Assimp::MD5::WeightList |
Functions | |
| void | Assimp::MD5::ConvertQuaternion (const aiVector3D &in, aiQuaternion &out) |
Definition of the .MD5 parser class. http://www.modwiki.net/wiki/MD5_(file_format)
| #define AI_MD5_PARSE_NO_BOUNDS |