libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <mo3dModelManager.h>
Public Attributes | |
char | strName [255] |
MOubyte | color [3] |
MOubyte | colorAmbient [3] |
MOubyte | colorDiffuse [3] |
MOubyte | colorSpecular [3] |
float | shininess |
float | shininessStrength |
float | transparency |
bool | twoSided |
bool | wireFrame |
std::vector< mo3DSTextureMapInfo > | texMaps |
Definition at line 89 of file mo3dModelManager.h.
MOubyte mo3DSMaterialInfo::color[3] |
Definition at line 93 of file mo3dModelManager.h.
MOubyte mo3DSMaterialInfo::colorAmbient[3] |
Definition at line 95 of file mo3dModelManager.h.
MOubyte mo3DSMaterialInfo::colorDiffuse[3] |
Definition at line 96 of file mo3dModelManager.h.
MOubyte mo3DSMaterialInfo::colorSpecular[3] |
Definition at line 97 of file mo3dModelManager.h.
float mo3DSMaterialInfo::shininess |
Definition at line 99 of file mo3dModelManager.h.
float mo3DSMaterialInfo::shininessStrength |
Definition at line 100 of file mo3dModelManager.h.
char mo3DSMaterialInfo::strName[255] |
Definition at line 92 of file mo3dModelManager.h.
std::vector<mo3DSTextureMapInfo> mo3DSMaterialInfo::texMaps |
Definition at line 107 of file mo3dModelManager.h.
float mo3DSMaterialInfo::transparency |
Definition at line 102 of file mo3dModelManager.h.
bool mo3DSMaterialInfo::twoSided |
Definition at line 104 of file mo3dModelManager.h.
bool mo3DSMaterialInfo::wireFrame |
Definition at line 105 of file mo3dModelManager.h.