|
Rendu
A lightweight rendering engine for experimentations
|
Contains all the geometry information from an OBJ file. More...
Public Member Functions | |
| void | clear () |
Public Attributes | |
| std::vector< glm::vec3 > | positions |
| Positions. | |
| std::vector< glm::vec3 > | normals |
| Normals. | |
| std::vector< glm::vec2 > | texcoords |
| UVs. | |
| std::vector< std::string > | faces |
| OBJ face strings. | |
Contains all the geometry information from an OBJ file.
|
inline |
Clear all data.