#include <Mesh.h>
Public Attributes | |
glm::vec3 | Position |
glm::vec3 | Normal |
glm::vec2 | TexCoords |
glm::vec3 Mesh::Vertex::Normal |
Definition at line 28 of file Mesh.h.
Referenced by Model::processMesh().
glm::vec3 Mesh::Vertex::Position |
Definition at line 27 of file Mesh.h.
Referenced by Model::processMesh().
glm::vec2 Mesh::Vertex::TexCoords |
Definition at line 29 of file Mesh.h.
Referenced by Model::processMesh().