libsf3
|
An array of faces. More...
#include <sf3_model.h>
Data Fields | |
uint32_t | count |
The number of vertex indices stored. | |
uint32_t | faces [] |
The vertex indices, three of which make up a face. | |
An array of faces.
Definition at line 44 of file sf3_model.h.
uint32_t sf3_faces::count |
The number of vertex indices stored.
Definition at line 46 of file sf3_model.h.
uint32_t sf3_faces::faces[] |
The vertex indices, three of which make up a face.
Definition at line 48 of file sf3_model.h.