Home | All Classes | Grouped Classes | Index | Search
glMaterial container. More...
Derived from:
none
Derived by:
none
Group: GL (Display 3D)
#include <ClanLib/gl.h>
Construction:
Constructs a material. |
Attributes:
Returns the ambient intensity of the material. | |
Returns the diffuse (spread over wide area) intensity of the material. | |
Returns the specular (mirror reflective) intensity of the material. | |
Returns the combined ambient and diffuse intensity of the material. | |
Returns the emission of the material. | |
Returns the shininess of the material. |
Operations:
Set the ambient intensity of the material. | |
Set the diffuse (spread over wide area) intensity of the material. | |
Set the specular (mirror reflective) intensity of the material. | |
Set the combined ambient and diffuse intensity of the material. | |
Set the emission of the material. | |
Set the shininess of the material. | |
Send the material configuration to OpenGL. |
Detailed description: