|
|
| StelViewportDistorterFisheyeToSphericMirror (int screen_w, int screen_h) |
| |
|
virtual QString | getName () const Q_DECL_OVERRIDE |
| |
| virtual void | paintViewportBuffer (const QOpenGLFramebufferObject *buf) const Q_DECL_OVERRIDE |
| | Draw the viewport on the screen. More...
|
| |
| virtual void | distortXY (qreal &x, qreal &y) const Q_DECL_OVERRIDE |
| | Distort an x,y position according to the distortion. More...
|
| |
| virtual void | alterBuffer (QOpenGLFramebufferObject *) const |
| | Alter the GL frame buffer, this method must not display anything. More...
|
| |