RwGetCameraProjection(RwCamera *camera);
Description
Retrieves the cameras projection type.
Arguments
camera Pointer to the camera.
Return Value
The cameras projection type if successful, and rwNACAMERAPROJECTION otherwise.
Comments
The projection types are:
rwPARALLEL Parallel projection.
rwPERSPECTIVE Perspective projection.
See Also