org.stellarium.projector
Class ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
java.lang.Object
org.stellarium.projector.ViewportDistorter
org.stellarium.projector.ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
- Enclosing class:
- ViewportDistorter
-
static class ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
- extends ViewportDistorter
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
screenW
public int screenW
screenH
public int screenH
mirrorTexture
public int mirrorTexture
viewport_wh
public int viewport_wh
textureUsed
public float textureUsed
transArray
ViewportDistorter.ViewportDistorterFisheyeToSphericMirror.VertexData[] transArray
transWidth
int transWidth
transHeight
int transHeight
calc
SphericMirrorCalculator calc
ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
public ViewportDistorter.ViewportDistorterFisheyeToSphericMirror(int width,
int height,
Projector prj)
throws StellariumException
- Throws:
StellariumException
getType
public java.lang.String getType()
-
- Specified by:
getType
in class
ViewportDistorter
-
init
public void init(IniFileParser conf)
-
- Specified by:
init
in class ViewportDistorter
-
finalize
protected void finalize()
-
- Overrides:
finalize
in class java.lang.Object
-
distortXY
public boolean distortXY(int x,
int y)
-
distort
public void distort()
-
- Specified by:
distort
in class
ViewportDistorter
-