maug
Quick and dirty C mini-augmentation library.
|
Data Fields | |
uint16_t | vertex_idxs [RETROGLU_FACE_VERTICES_SZ_MAX] |
List of vertex indices from the associated RETROGLU_PARSER::vertices. | |
uint16_t | vnormal_idxs [RETROGLU_FACE_VERTICES_SZ_MAX] |
uint16_t | vtexture_idxs [RETROGLU_FACE_VERTICES_SZ_MAX] |
uint16_t | vertex_idxs_sz |
uint16_t | material_idx |
uint16_t RETROGLU_FACE::vertex_idxs[RETROGLU_FACE_VERTICES_SZ_MAX] |
List of vertex indices from the associated RETROGLU_PARSER::vertices.
The size of this array is fixed to simplify allocation of arrays.