HolographicCameraPose.FarPlaneDistance Property
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.
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.