RenderWare V2.1

Previous Page Index Next Page

RwCamera *

RwTiltCamera(RwCamera *camera, RwReal angle);

Description

Rotates the camera about its X axis.

Arguments

camera Pointer to the camera.

angle Angle of rotation (in degrees).

Return Value

The argument camera if successful, and NULL otherwise.

Comments

A positive value for angle will cause the camera to tilt down.

See Also

RwGetCameraLookAt()

RwGetCameraLookUp()

RwPanCamera()

RwPointCamera()

RwResetCamera()

RwRevolveCamera()

RwSetCameraLookAt()

RwSetCameraLookUp()

RwTransformCameraOrientation()