maug
Quick and dirty C mini-augmentation library.
|
Data Fields | |
uint8_t | flags |
struct RETROGLU_VERTEX | vertices [RETROGLU_VERTICES_SZ_MAX] |
uint16_t | vertices_sz |
struct RETROGLU_VERTEX | vnormals [RETROGLU_VERTICES_SZ_MAX] |
uint16_t | vnormals_sz |
struct RETROGLU_VTEXTURE | vtextures [RETROGLU_VERTICES_SZ_MAX] |
uint16_t | vtextures_sz |
struct RETROGLU_FACE | faces [RETROGLU_FACES_SZ_MAX] |
List of faces from an OBJ file. Faces comprise a list of polygons denoted by index of the vertices in RETROGLU_PARSER::vertices. | |
uint16_t | faces_sz |
struct RETROGLU_MATERIAL | materials [RETROGLU_MATERIALS_SZ_MAX] |
uint16_t | materials_sz |