Brenta Engine 1.1
|
The Vertex struct represents a vertex of a 3D model. More...
#include <mesh.hpp>
Data Fields | |
glm::vec3 | position |
glm::vec3 | normal |
glm::vec2 | tex_coords |
The Vertex struct represents a vertex of a 3D model.
A vertex is a point in 3D space that has a position, a normal and texture coordinates.