away3d.core.render
| .. | |
|---|---|
| BackgroundImageRenderer | |
| DefaultRenderer | The DefaultRenderer class provides the default rendering method. It renders the scene graph objects using the materials assigned to them. |
| DepthRenderer | The DepthRenderer class renders 32-bit depth information encoded as RGBA |
| Filter3DRenderer | |
| PositionRenderer | The PositionRenderer renders normalized position coordinates. |
| RendererBase | RendererBase forms an abstract base class for classes that are used in the rendering pipeline to render geometry to the back buffer or a texture. |