rpr_camera_mode

Usage

Possible camera mode settings for rpr_camera_mode.

Possible Values

Name

Value

Brief Explanation

RPR_CAMERA_MODE_PERSPECTIVE

0x1

Perspective camera, with an angle of view.

RPR_CAMERA_MODE_ORTHOGRAPHIC

0x2

Orthographic camera, no depth perspective, all rays are parallel.

RPR_CAMERA_MODE_LATITUDE_LONGITUDE_360

0x3

360 image output in lat-long format.

RPR_CAMERA_MODE_LATITUDE_LONGITUDE_STEREO

0x4

Stereoscopic lat-long image output.

RPR_CAMERA_MODE_CUBEMAP

0x5

Cubemap output, useful for outputing environment or reflection maps.

RPR_CAMERA_MODE_CUBEMAP_STEREO

0x6

Cubemap stereoscopic output.

RPR_CAMERA_MODE_FISHEYE

0x7

Fisheye camera.