| Interface | Description | |
|---|---|---|
| IFogMaterial | Interface for fog filter materials | |
| ILayerMaterial |
Interface for materials that can be layered using CompositeMaterial or BitmapMaterialContainer. |
|
| IMaterial | Interface for all objects that can serve as a material | |
| ISegmentMaterial | Interface for materials that are capable of drawing line segments. | |
| ITriangleMaterial | Interface for materials that are capable of rendering triangle faces. | |
| IUpdatingMaterial | Interface for materials that require updating every render loop | |
| IUVMaterial | Interface for materials that use uv texture coordinates |
| Class | Description | |
|---|---|---|
| AnimatedBitmapMaterial | Bitmap material that allows fast rendering of animations by caching bitmapdata objects for each frame. | |
| BitmapFileMaterial | Bitmap material that loads it's texture from an external bitmapasset file. | |
| BitmapMaterial | Basic bitmap material | |
| BitmapMaterialContainer | Container for caching multiple bitmapmaterial objects. | |
| CenterLightingMaterial |
Abstract class for materials that calculate lighting for the face's center
Not intended for direct use - use ShadingColorMaterial or WhiteShadingBitmapMaterial. |
|
| ColorMaterial | Material for solid color drawing | |
| CompositeMaterial | Container for layering multiple material objects. | |
| Dot3BitmapMaterial | Bitmap material with DOT3 shading. | |
| Dot3BitmapMaterialCache | Bitmap material with cached DOT3 shading. | |
| Dot3MovieMaterial | Animated movie material with DOT3 shading. | |
| EnviroBitmapMaterial | Bitmap material with environment shading. | |
| EnviroBitmapMaterialCache | Bitmap material with cached environment shading. | |
| EnviroColorMaterial | Color material with environment shading. | |
| MovieMaterial | Animated movie material. | |
| PhongBitmapMaterial | Bitmap material with phong shading. | |
| PhongBitmapMaterialCache | Bitmap material with cached phong shading. | |
| PhongColorMaterial | Color material with phong shading. | |
| PhongColorMaterialCache | Color material with cached phong shading. | |
| PhongMovieMaterial | Animated movie material with phong shading. | |
| ShadingColorMaterial | Color material with flat shading. | |
| TransformBitmapMaterial | Basic bitmap texture material | |
| WhiteShadingBitmapMaterial | Bitmap material with flat white lighting | |
| WireColorMaterial | Wire material for solid color drawing with optional face border outlining | |
| WireframeMaterial | Wire material for face border outlining only |