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
stMaterial Struct Reference

Material for a face. More...

#include <ObjectLoader3ds.h>

Public Member Functions

 stMaterial ()
 

Public Attributes

char name [256]
 
stColor colorDiffuse
 
stColor colorAmbient
 
stColor colorSpecular
 
char textureName [256]
 

Detailed Description

Material for a face.

Definition at line 78 of file ObjectLoader3ds.h.

Constructor & Destructor Documentation

stMaterial::stMaterial ( )
inline

Definition at line 79 of file ObjectLoader3ds.h.

Member Data Documentation

stColor stMaterial::colorAmbient

Definition at line 82 of file ObjectLoader3ds.h.

stColor stMaterial::colorDiffuse

Definition at line 81 of file ObjectLoader3ds.h.

stColor stMaterial::colorSpecular

Definition at line 83 of file ObjectLoader3ds.h.

char stMaterial::name[256]

Definition at line 80 of file ObjectLoader3ds.h.

char stMaterial::textureName[256]

Definition at line 84 of file ObjectLoader3ds.h.


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