RotateCamera()

Syntax

RotateCamera(#Camera, x, y, z)
Description
Rotates a camera according to the specified x,y,z values. This is a relative rotation based on the current camera rotation.

Parameters

#Camera - The number of the camera you want to rotate. This is the value which you used when you created the camera using CreateCamera()

x - Number of degrees around which to rotate the camera in the X direction.

y - Number of degrees around which to rotate the camera in the Y direction.

z - Number of degrees around which to rotate the camera in the Z direction.

Return value

This command does not return any value.

Supported OS

Windows, Linux

<- MoveCamera() - Camera Index