#include <multidisplay.h>
Public Member Functions | |
| Multi () | |
| ~Multi () | |
| void | add (Renderer *ren, float scalingX, float scalingY, float scalingZ) |
| void | remove (Renderer *ren) |
| void | display () const |
Classes | |
| class | Display |
| struct | PixelScaling |
| Display::Multi< Renderer >::Multi | ( | ) | [inline] |
| Display::Multi< Renderer >::~Multi | ( | ) | [inline] |
| void Display::Multi< Renderer >::add | ( | Renderer * | ren, | |
| float | scalingX, | |||
| float | scalingY, | |||
| float | scalingZ | |||
| ) | [inline] |
Add a new renderer
| ren | Renderer to use | |
| scalingX | pixel scaling in X direction (between 0.0 and 1.0) | |
| scalingY | pixel scaling in Y direction (between 0.0 and 1.0) | |
| scalingZ | pixel scaling in Z direction (between 0.0 and 1.0) |
| void Display::Multi< Renderer >::remove | ( | Renderer * | ren | ) | [inline] |
Remove a renderer
| void Display::Multi< Renderer >::display | ( | ) | const [inline] |
Display all renderers
1.5.5