matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
|
Represents a vertex in the mesh. More...
#include <Mesh.hpp>
Public Attributes | |
glm::vec3 | Position |
glm::vec3 | Normal |
glm::vec2 | TexCoords |
glm::vec3 | Tangent |
glm::vec3 | Bitangent |
Represents a vertex in the mesh.
glm::vec3 engine::resources::Vertex::Position |
glm::vec3 engine::resources::Vertex::Normal |
glm::vec2 engine::resources::Vertex::TexCoords |
glm::vec3 engine::resources::Vertex::Tangent |
glm::vec3 engine::resources::Vertex::Bitangent |