|
Assimp
v4.1. (December 2018)
|
Parses the data sections of a MD5 mesh file. More...
Public Member Functions | |
| MD5MeshParser (SectionList &mSections) | |
| Constructs a new MD5MeshParser instance from an existing preparsed list of file sections. More... | |
Public Attributes | |
| BoneList | mJoints |
| List of all joints. More... | |
| MeshList | mMeshes |
| List of all meshes. More... | |
Parses the data sections of a MD5 mesh file.
|
explicit |
Constructs a new MD5MeshParser instance from an existing preparsed list of file sections.
| mSections | List of file sections (output of MD5Parser) |
| BoneList Assimp::MD5::MD5MeshParser::mJoints |
List of all joints.
| MeshList Assimp::MD5::MD5MeshParser::mMeshes |
List of all meshes.