|
enum | RenderState { PANORAMA,
TILT,
FLAT
} |
|
|
| RenderTable (uint numRows, uint numColumns) |
|
RenderState | getRenderState () |
|
void | setRenderState (RenderState newState) |
|
const Common::Point | convertWarpedCoordToFlatCoord (const Common::Point &point) |
|
void | mutateImage (uint16 *sourceBuffer, uint16 *destBuffer, uint32 destWidth, const Common::Rect &subRect) |
|
void | mutateImage (Graphics::Surface *dstBuf, Graphics::Surface *srcBuf) |
|
void | generateRenderTable () |
|
void | setPanoramaFoV (float fov) |
|
void | setPanoramaScale (float scale) |
|
void | setPanoramaReverse (bool reverse) |
|
void | setPanoramaZeroPoint (uint16 point) |
|
uint16 | getPanoramaZeroPoint () |
|
bool | getPanoramaReverse () |
|
void | setTiltFoV (float fov) |
|
void | setTiltScale (float scale) |
|
void | setTiltReverse (bool reverse) |
|
float | getTiltGap () |
|
float | getAngle () |
|
float | getLinscale () |
|
The documentation for this class was generated from the following file: