|
trimeshloader
1.0.0
Flexible ANSI C trimeshloader 3DS/OBJ
|
Structure describing an Object (or SubMesh, Batch) More...
#include <trimeshloader.h>
Data Fields | |
| char * | name |
| Name of the Object. More... | |
| unsigned int | face_index |
| First face in the index list. More... | |
| unsigned int | face_count |
| Face count. More... | |
Structure describing an Object (or SubMesh, Batch)
| unsigned int tlObject::face_count |
Face count.
| unsigned int tlObject::face_index |
First face in the index list.
| char* tlObject::name |
Name of the Object.
1.8.13