trimeshloader
1.0.0
Flexible ANSI C trimeshloader 3DS/OBJ
|
Structure describing a Material (Colors and/or Texture) More...
#include <trimeshloader.h>
Data Fields | |
char * | name |
Name of the Material. More... | |
float | ambient [4] |
RGBA Colors. More... | |
float | diffuse [4] |
float | specular [4] |
float | shininess |
Shininess. More... | |
Structure describing a Material (Colors and/or Texture)
float tlMaterial::ambient[4] |
RGBA Colors.
float tlMaterial::diffuse[4] |
char* tlMaterial::name |
Name of the Material.
float tlMaterial::shininess |
Shininess.
float tlMaterial::specular[4] |