RaytraceCameraTypes Enumeration

详细描述

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.

由于
R17.032

◆  CAMERA_SPHERICAL

#define CAMERA_SPHERICAL

Stereo Spherical Camera.

由于
R19