Arty
|
Public Attributes | |
std::vector< Object > | objects |
List of objects in the model. | |
std::vector< float3 > | vertices |
List of vertices in the model. | |
std::vector< float3 > | normals |
List of normals in the model. | |
std::vector< float2 > | texcoords |
List of texture coordinates in the model. | |
std::vector< std::string > | materials |
List of material names referenced in the model. | |
std::vector< std::string > | mtl_libs |
List of MTL files referenced in the model. | |