|
Assimp
v4.1. (December 2018)
|
Holds data from an MDL7 file that is shared by all mesh groups. More...
Public Member Functions | |
| IntSharedData_MDL7 () AI_NO_EXCEPT | |
| Default constructor. More... | |
| ~IntSharedData_MDL7 () | |
| Destruction: properly delete all allocated resources. More... | |
Public Attributes | |
| std::vector< bool > | abNeedMaterials |
| Specifies which materials are used. More... | |
| IntBone_MDL7 ** | apcOutBones |
| List of all bones. More... | |
| unsigned int | iNum |
| number of bones More... | |
| std::vector< aiMaterial * > | pcMats |
| List of all materials. More... | |
Holds data from an MDL7 file that is shared by all mesh groups.
|
inline |
Default constructor.
|
inline |
Destruction: properly delete all allocated resources.
| std::vector<bool> Assimp::MDL::IntSharedData_MDL7::abNeedMaterials |
Specifies which materials are used.
| IntBone_MDL7** Assimp::MDL::IntSharedData_MDL7::apcOutBones |
List of all bones.
| unsigned int Assimp::MDL::IntSharedData_MDL7::iNum |
number of bones
| std::vector<aiMaterial*> Assimp::MDL::IntSharedData_MDL7::pcMats |
List of all materials.