CameraSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |