a vertex with (only) postion and normal. Useful for instancing, perhaps More...
#include <vertex.hh>
Public Member Functions | |
| vn_vertex (const glm::vec3 &pos_in, const glm::vec3 &norm_in) | |
Public Attributes | |
| glm::vec3 | pos |
| glm::vec3 | normal |
a vertex with (only) postion and normal. Useful for instancing, perhaps