Interfaces
 InterfaceDescription
 IMaterial The IMaterial interface is implemented by classes that represent surfaces that are used to draw triangles, simulating real-world materials.
Classes
 ClassDescription
 AbstractMaterial The abstract class AbstractMaterial forms the basis for all material classes.
 ColourMaterial The ColourMaterial class is a material consisting out of a single colour.
 DisplayObjectMaterial The DisplayObjectMaterial class is a material that uses a DisplayObject as a texture, providing a way to create animated surfaces.
 TextureMaterial The TextureMaterial class is a material that maps an image to a triangle, adding detail to the surface.
 WireframeMaterial The ColourMaterial class is a material consisting out of a single colour.