Module CameraEnums

Camera.ProjectionType

Specifies the available camera projection types.

ProjectionPerspective

Perspective projection shows objects closer to the camera larger than those that are further away.

ProjectionOrthographic

Orthographic projection shows a 2D view of a 3D scene without providing a sense of depth.

ProjectionAsymmetricPerspective

Asymmetric perspective projection lets you control the field of view of each angle of a perspective projection.

Camera.OrthogonalCoordinateSystem

Specifies the available orthogonal coordinate systems.

OrthogonalCoordinateSystemAbsolute

Absolute orthogonal projection sets the camera to use pixel coordinates.

OrthogonalCoordinateSystemRelative

Relative orthogonal projection sets the camera to display an area whose width is -1..1 scaled with the value of the OrthogonalPlaneHeightProperty.