#include <SMaterial.h>
Public Member Functions | |
SMaterial () | |
Constructor, creates a standard material. | |
SMaterial (const SMaterial ©) | |
Copy constructor. | |
Public Attributes | |
E_MATERIAL_TYPE | materialType |
Material type. | |
IMaterialRenderer * | materialRenderer |
Pointer to a custom material renderer. Can be NULL. | |
bool | flagLighting |
bool | flagDepthTesting |
bool | flagBlending |
STexture * | Texture1 |
STexture * | Texture2 |
STexture * | Texture3 |
STexture * | Texture4 |
STexture * | Texture5 |
STexture * | Texture6 |
STexture * | Texture7 |
STexture * | Texture8 |
STexture * | Texture [8] |
|
Constructor, creates a standard material.
|
|
Copy constructor.
|
|
|
|
|
|
|
|
Pointer to a custom material renderer. Can be NULL.
|
|
Material type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|