mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
stFace Struct Reference

A triangle face represented by indices of vertices. More...

#include <ObjectLoader3ds.h>

Public Member Functions

 stFace ()
 

Public Attributes

unsigned int indices [3]
 
stVertex normal
 
int matId
 

Detailed Description

A triangle face represented by indices of vertices.

Definition at line 38 of file ObjectLoader3ds.h.

Constructor & Destructor Documentation

stFace::stFace ( )
inline

Definition at line 39 of file ObjectLoader3ds.h.

Member Data Documentation

unsigned int stFace::indices[3]

Definition at line 40 of file ObjectLoader3ds.h.

int stFace::matId

Definition at line 42 of file ObjectLoader3ds.h.

stVertex stFace::normal

Definition at line 41 of file ObjectLoader3ds.h.


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