left

right

bottom

top

View borders for off-center ISOMETRIC views, in quants relative to the view position. Used alternatively to the arc parameter for clipping and the projection transformation. left must be smaller than right and bottom must be smaller than top.  A7.75 C  

Range

-999999..+999999 (default 0)

Type:

var

Remarks:

Example:

function main()
{
  level_load("terrain.hmp");
  set(camera,ISOMETRIC);
  camera.left = -800;
  camera.right = 800;
  camera.bottom = -600;
  camera.top = 600;
  ...

} 

See also:

VIEW, aspect, arc, view flags

► latest version online