trimeshloader  1.0.0
Flexible ANSI C trimeshloader 3DS/OBJ
Data Fields
tlMaterialReference Struct Reference

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...
 

Detailed Description

Structure describing the reference to a Material.

Field Documentation

◆ face_count

unsigned int tlMaterialReference::face_count

Face count.

◆ face_index

unsigned int tlMaterialReference::face_index

First face in the index list.

◆ name

char* tlMaterialReference::name

Name of the Material.


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