CameraSettings Class

Definition

Camera settings.

public ref class CameraSettings
public class CameraSettings
type CameraSettings = class
Public Class CameraSettings
Inheritance
CameraSettings

Properties

EnableDepth

Enables depth composition with locally rendered content.

FarPlane

The far plane distance.

InverseDepth

Set this to true if you are using the inverse depth range of 1 (closest to the camera) to zero (farthest from the camera) instead of the standard [0;1] for your local depth buffer.

NearPlane

The near plane distance.

Valid

Whether this object is still valid.

Methods

SetNearAndFarPlane(Single, Single)

Sets the near and far plane of the camera.

Applies to

See also