|
| | Vertex (glm::vec3 position) |
| |
| | Vertex (glm::vec3 position, glm::vec3 normal, glm::vec2 tex_coords) |
| |
Definition at line 96 of file mesh.hpp.
◆ Vertex() [1/2]
| brenta::Mesh::Vertex::Vertex |
( |
glm::vec3 |
position | ) |
|
|
inline |
◆ Vertex() [2/2]
| brenta::Mesh::Vertex::Vertex |
( |
glm::vec3 |
position, |
|
|
glm::vec3 |
normal, |
|
|
glm::vec2 |
tex_coords |
|
) |
| |
|
inline |
◆ normal
| glm::vec3 brenta::Mesh::Vertex::normal |
◆ position
| glm::vec3 brenta::Mesh::Vertex::position |
◆ tex_coords
| glm::vec2 brenta::Mesh::Vertex::tex_coords |
The documentation for this class was generated from the following file: