RwSetCameraProjection(RwCamera *camera, RwCameraProjection model);
Description
Sets the cameras projection model.
Arguments
camera Pointer to the camera.
model Camera projection model.
Return Value
The argument camera if successful, and NULL otherwise.
Comments
The projection types are:
rwPARALLEL Parallel projection.
rwPERSPECTIVE Perspective projection.
See Also