#include "NameList.h"
#include "ResizeArray.h"
Go to the source code of this file.
Compounds | |
struct | Material |
structure containing material properties used to shade a Displayable. More... | |
class | MaterialList |
manages a list of materials that can be applied to Displayable objects. More... | |
Enumerations | |
enum | MaterialProperty { MAT_AMBIENT, MAT_SPECULAR, MAT_DIFFUSE, MAT_SHININESS, MAT_MIRROR, MAT_OPACITY, MAT_OUTLINE, MAT_OUTLINEWIDTH, MAT_TRANSMODE } |
enumeration of all material properties. More... |
|
enumeration of all material properties.
Definition at line 45 of file MaterialList.h. |