- OBJ file reading
- VBO memory management - Lighting
This commit is contained in:
@@ -26,6 +26,7 @@ private:
|
||||
struct objVertexAttribs {
|
||||
float vertex[3];
|
||||
uint16_t texCoords[2];
|
||||
uint32_t normal;
|
||||
} __attribute__((__packed__));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user