SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ SetWindow()

static bool SRL::Scene3D::SetWindow ( const SRL::Math::Types::Vector2D & topLeft,
const SRL::Math::Types::Vector2D & bottomRight,
const SRL::Math::Types::Vector2D & center,
const SRL::Math::Types::Fxp & depthLimit )
inlinestatic

Set window limiting the display of sprites and polygons.

There can be two windows on screen at once, sprite clipping can be used to decide whether sprites are displayed inside the window or not.
Depth limit indicates maximal distance to the near projection plane.
Center point can be used to set projection center.

Note
Be careful! This function also affects sprites rendered with SRL::Scene2D.
Parameters
topLeftTop left point on the screen
bottomRightBottom right point on the screen
center3D projection center (vanishing point)
depthLimitMaximal allowed distance from the near projection plane
Returns
True on success