Interface | Description | |
---|---|---|
IRenderer | Interface for renderers capable of rendering scene to the view |
Class | Description | |
---|---|---|
AbstractRenderSession | ||
BasicRenderer | Basic renderer implementation | |
BitmapRenderSession | ||
Clipping | Rendering clipping, base class for no clipping | |
FindHit | Class that finds object that is rendered on certain screen coordinates. | |
Projection | Camera transform, including perspective distortion | |
QuadrantRenderer | Renderer that uses quadrant tree for storing and operating drawing primitives. | |
RectangleClipping | Rectangle clipping | |
Renderer | A static class for an easy access to the most useful renderers | |
SpriteRenderSession |