tec::vertex::Vertex
#include <mesh.hpp>
Public Attributes
| Name | |
|---|---|
| glm::vec3 | position |
| glm::vec3 | normal |
| glm::vec2 | uv |
Public Attributes Documentation
variable position
glm::vec3 position {0.f, 0.f, 0.f};
variable normal
glm::vec3 normal {0.f, 0.f, 0.f};
variable uv
glm::vec2 uv {0.f, 0.f};
Updated on 2022-07-24 at 19:27:35 +0000