a vertex with postion, normal and colour More...
#include <vertex.hh>
Public Member Functions | |
| vnc_vertex (const glm::vec3 &pos_in, const glm::vec3 &norm_in, const glm::vec4 &col_in) | |
| vnc_vertex (const vn_vertex &vn) | |
| vnc_vertex (const vn_vertex &vn, const glm::vec4 &c) | |
Public Attributes | |
| glm::vec3 | pos |
| glm::vec3 | normal |
| glm::vec4 | color |
a vertex with postion, normal and colour