CameraProjectionMode()

Syntax

CameraProjectionMode(#Camera, Mode [, Width, Height])
Description
Change the #Camera projection mode.

Parameters

#Camera The camera to use.
Mode The value representing the way in which the world should be projected. This should be one of the following values:
  #PB_Camera_Perspective : Renders the whole scene with perspective
  #PB_Camera_Orthographic: Renders the whole scene in Orthographic mode (no 3D depth)
Width (optional) Width of the plotting x range.
Height (optional) Height of the plotting y range.

Return value

None.

Supported OS

All

<- CameraPitch() - Camera Index - CameraProjectionX() ->