maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RETROGLU_OBJ Struct Reference
Collaboration diagram for RETROGLU_OBJ:

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
 

The documentation for this struct was generated from the following file: