libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_faces Struct Reference

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.
 

Detailed Description

An array of faces.

Definition at line 44 of file sf3_model.h.

Field Documentation

◆ count

uint32_t sf3_faces::count

The number of vertex indices stored.

Definition at line 46 of file sf3_model.h.

◆ faces

uint32_t sf3_faces::faces[]

The vertex indices, three of which make up a face.

Definition at line 48 of file sf3_model.h.


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