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
-
topLeft | Top left point on the screen |
bottomRight | Bottom right point on the screen |
center | 3D projection center (vanishing point) |
depthLimit | Maximal allowed distance from the near projection plane |
- Returns
- True on success