|
Brenta Engine 1.0
|
The Vertex struct represents a vertex of a 3D model. More...
#include <mesh.hpp>
Data Fields | |
| glm::vec3 | Position |
| glm::vec3 | Normal |
| glm::vec2 | TexCoords |
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.