|
Assimp
v4.1. (December 2018)
|
Contains input data for GenerateOutputMeshes_3DGS_MDL7. More...
Public Member Functions | |
| IntSplitGroupData_MDL7 (IntSharedData_MDL7 &_shared, std::vector< aiMesh * > &_avOutList) | |
| Construction from a given shared data set. More... | |
| ~IntSplitGroupData_MDL7 () | |
| Destruction: properly delete all allocated resources. More... | |
Public Attributes | |
| std::vector< unsigned int > ** | aiSplit |
| Contains a list of all faces per material. More... | |
| std::vector< aiMesh * > & | avOutList |
| List of meshes. More... | |
| IntSharedData_MDL7 & | shared |
| Shared data for all groups of the model. More... | |
Contains input data for GenerateOutputMeshes_3DGS_MDL7.
|
inline |
Construction from a given shared data set.
|
inline |
Destruction: properly delete all allocated resources.
| std::vector<unsigned int>** Assimp::MDL::IntSplitGroupData_MDL7::aiSplit |
Contains a list of all faces per material.
| std::vector<aiMesh*>& Assimp::MDL::IntSplitGroupData_MDL7::avOutList |
List of meshes.
| IntSharedData_MDL7& Assimp::MDL::IntSplitGroupData_MDL7::shared |
Shared data for all groups of the model.