|
Assimp
v4.1. (December 2018)
|
Describes a MDL7 mesh group. More...
Public Member Functions | |
| IntGroupInfo_MDL7 () AI_NO_EXCEPT | |
| Default constructor. More... | |
| IntGroupInfo_MDL7 (BE_NCONST MDL::Group_MDL7 *_pcGroup, unsigned int _iIndex) | |
| Construction from an existing group header. More... | |
Public Attributes | |
| unsigned int | iIndex |
| Index of the group. More... | |
| BE_NCONST MDL::Group_MDL7 * | pcGroup |
| Points to the header of the group. More... | |
| MDL::Triangle_MDL7 * | pcGroupTris |
| Points to the beginning of the triangle section. More... | |
| BE_NCONST MDL::TexCoord_MDL7 * | pcGroupUVs |
| Points to the beginning of the uv coordinate section. More... | |
| BE_NCONST MDL::Vertex_MDL7 * | pcGroupVerts |
| Points to the beginning of the vertex section. More... | |
Describes a MDL7 mesh group.
|
inline |
Default constructor.
|
inline |
Construction from an existing group header.
| unsigned int Assimp::MDL::IntGroupInfo_MDL7::iIndex |
Index of the group.
| BE_NCONST MDL::Group_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroup |
Points to the header of the group.
| MDL::Triangle_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroupTris |
Points to the beginning of the triangle section.
| BE_NCONST MDL::TexCoord_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroupUVs |
Points to the beginning of the uv coordinate section.
| BE_NCONST MDL::Vertex_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroupVerts |
Points to the beginning of the vertex section.