- OBJ file reading

- VBO memory management
- Lighting
This commit is contained in:
2014-11-17 18:19:46 +01:00
parent ba8e07aa4e
commit 5f388a1723
16 changed files with 578 additions and 135 deletions

View File

@@ -26,6 +26,7 @@ private:
struct objVertexAttribs {
float vertex[3];
uint16_t texCoords[2];
uint32_t normal;
} __attribute__((__packed__));