RwSetCameraPosition(RwCamera *camera, RwReal x, RwReal y, RwReal z);
Description
Sets the cameras position in world space coordinates.
Arguments
camera Pointer to the camera.
x X coordinate of the new camera position (in world space coordinates).
y Y coordinate of the new camera position (in world space coordinates).
z Z coordinate of the new camera position (in world space coordinates).
Return Value
The argument camera if successful, and NULL otherwise.
See Also