libsf3
|
An array of vertex data. More...
#include <sf3_model.h>
Data Fields | |
uint32_t | count |
The number of floats stored. | |
float | vertices [] |
The vertex data, packed according to the vertex format. | |
An array of vertex data.
Definition at line 52 of file sf3_model.h.
uint32_t sf3_vertices::count |
The number of floats stored.
Definition at line 54 of file sf3_model.h.
float sf3_vertices::vertices[] |
The vertex data, packed according to the vertex format.
Definition at line 56 of file sf3_model.h.