RenderWare V2.1

Previous Page Index Next Page

RwV3d *

RwGetCameraPosition(RwCamera *camera, RwV3d *position);

Description

Retrieves the camera’s position in world space.

Arguments

camera Pointer to the camera.

position Pointer to the point that will receive the camera’s position (in world space coordinates).

Return Value

The argument position if successful, and NULL otherwise.

See Also

RwCreateCamera()

RwDuplicateCamera()

RwResetCamera()

RwSetCameraPosition()

RwTransformCamera()

RwVCMoveCamera()

RwWCMoveCamera()