ProjectionType enumeration

ProjectionType enumeration

Camera’s projection types.

The ProjectionType type exposes the following members:

Fields

FieldDescription
PERSPECTIVEThe camera uses perspective projection.
ORTHOGRAPHICThe camera uses orthographic projection.

See Also