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

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

Detailed Description

Structure describing an Object (or SubMesh, Batch)

Field Documentation

◆ face_count

unsigned int tlObject::face_count

Face count.

◆ face_index

unsigned int tlObject::face_index

First face in the index list.

◆ name

char* tlObject::name

Name of the Object.


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