HolographicCameraPose.FarPlaneDistance Property

Definition

Gets the far plane distance for this frame, which is set by calling the HolographicCamera.SetFarPlaneDistance method.

public:
 property double FarPlaneDistance { double get(); };
double FarPlaneDistance();
public double FarPlaneDistance { get; }
var double = holographicCameraPose.farPlaneDistance;
Public ReadOnly Property FarPlaneDistance As Double

Property Value

Double

double

The far plane distance for this frame, in meters. By default, this is set to 20 meters.

Applies to