HolographicCameraPose.NearPlaneDistance Property

Definition

Gets the near plane distance for this frame, which you set by calling the HolographicCamera.SetNearPlaneDistance method.

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

Property Value

Double

double

The near plane distance for this frame, in meters. By default, this is set to 0.01 meters.

Applies to