maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RETROGLU_FACE Struct Reference

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
 

Field Documentation

◆ vertex_idxs

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.


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