HolographicCameraPose.NearPlaneDistance 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 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.