Renderers are used to draw the particle system on the stage.
| Class | Description | |
|---|---|---|
| BitmapRenderer | The BitmapRenderer is a native Flint 3D renderer that draws particles onto a single Bitmap display object. | |
| Camera | The camera class is used by Flint's internal 3D renderers to manage the view on the 3D world that is displayed by the renderer. | |
| DisplayObjectRenderer | The DisplayObjectRenderer is a native Flint 3D renderer that draws particles as display objects in the renderer. | |
| PixelRenderer | The PixelRenderer is a native Flint 3D renderer that draws particles as single pixels on a Bitmap display object. |