trimeshloader
1.0.0
Flexible ANSI C trimeshloader 3DS/OBJ
|
Structure describing the reference to a Material. More...
#include <trimeshloader.h>
Data Fields | |
char * | name |
Name of the Material. More... | |
unsigned int | face_index |
First face in the index list. More... | |
unsigned int | face_count |
Face count. More... | |
Structure describing the reference to a Material.
unsigned int tlMaterialReference::face_count |
Face count.
unsigned int tlMaterialReference::face_index |
First face in the index list.
char* tlMaterialReference::name |
Name of the Material.