Class representing a model material. More...
Public Member Functions | |
| BasicMaterial () | |
| Creates a material. | |
Public Attributes | |
| string | Name |
| Material name. | |
| int | Program |
| Program number. | |
| string | FileName |
| Program filename. | |
| Vector3 | Diffuse |
| Diffuse color. | |
| Vector3 | Specular |
| Specular color. | |
| Vector3 | Ambient |
| Ambient color. | |
| Vector3 | Emission |
| Emission color. | |
| float | Opacity |
| Opacity. | |
| float | Shininess |
| Luminance. | |
| BasicLayer[] | Layers |
| Layer array included in a material. | |
Class representing a model material.