RwGetCameraPosition(RwCamera *camera, RwV3d *position);
Description
Retrieves the cameras position in world space.
Arguments
camera Pointer to the camera.
position Pointer to the point that will receive the cameras position (in world space coordinates).
Return Value
The argument position if successful, and NULL otherwise.
See Also