#include <Mesh.h>
Public Attributes | |
GLuint | id |
std::string | type |
aiString | path |
GLuint Mesh::Texture::id |
Definition at line 34 of file Mesh.h.
Referenced by Model::loadMaterialTextures().
aiString Mesh::Texture::path |
Definition at line 36 of file Mesh.h.
Referenced by Model::loadMaterialTextures().
std::string Mesh::Texture::type |
Definition at line 35 of file Mesh.h.
Referenced by Model::loadMaterialTextures().