RaytraceCameraTypes

Detailed Description

Camera types.

Macros

#define CAMERA_PERSPECTIVE
 
#define CAMERA_PARALLEL
 
#define CAMERA_AXONOMETRIC
 
#define CAMERA_VRPANORAMA
 
#define CAMERA_CUSTOMLENS
 
#define CAMERA_CUSTOMLENS_LENSDISTORT
 
#define CAMERA_SPHERICAL
 

Macro Definition Documentation

◆ CAMERA_PERSPECTIVE

#define CAMERA_PERSPECTIVE

Perspective camera projection.

◆ CAMERA_PARALLEL

#define CAMERA_PARALLEL

Parallel camera projection.

◆ CAMERA_AXONOMETRIC

#define CAMERA_AXONOMETRIC

Axonometric camera projection.

◆ CAMERA_VRPANORAMA

#define CAMERA_VRPANORAMA

VR panorama camera projection.

◆ CAMERA_CUSTOMLENS

#define CAMERA_CUSTOMLENS

Custom lens projection (see VIDEOPOSTINFO::CUSTOMLENS).

◆ CAMERA_CUSTOMLENS_LENSDISTORT

#define CAMERA_CUSTOMLENS_LENSDISTORT

Custom lens projection used to implement Lens Distortion.

Since
R17.032

◆ CAMERA_SPHERICAL

#define CAMERA_SPHERICAL

Stereo Spherical Camera.

Since
R19