#include <ac3dmaterial.h>
Public Member Functions | |
AC3DMaterial (const string data) | |
string | ToStr () const |
Public Attributes | |
string | strName |
Color | rgb |
The RGB value of the material. | |
Color | amb |
The ambiance light value. | |
Color | emis |
The emission light value. | |
Color | spec |
The specular light value. | |
float | shi |
? | |
float | trans |
The transparence value. |
Definition at line 42 of file ac3dmaterial.h.