Stellarium 0.12.3
|
Public Member Functions | |
StelViewportDistorterFisheyeToSphericMirror (int screenWidth, int screenHeight, class StelRenderer *renderer) | |
virtual QString | getName () |
virtual void | drawToViewport (class StelRenderer *renderer) |
Apply the effect and draw the viewport. More... | |
virtual void | distortXY (float &x, float &y) const |
Distort an x,y position according to the distortion. More... | |
Definition at line 52 of file StelViewportEffect.hpp.
|
virtual |
Distort an x,y position according to the distortion.
The default implementation does nothing.
Reimplemented from StelViewportEffect.
|
virtual |
Apply the effect and draw the viewport.
This actually puts the result of rendering onto the screen.
renderer | Renderer to draw with. |
Implements StelViewportEffect.