HolographicCamera.SetNearPlaneDistance(Double) Method
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.
Sets the distance, along the z-axis, from the origin of view space to the near plane of the view frustum.
public:
virtual void SetNearPlaneDistance(double value) = SetNearPlaneDistance;
void SetNearPlaneDistance(double const& value);
public void SetNearPlaneDistance(double value);
function setNearPlaneDistance(value)
Public Sub SetNearPlaneDistance (value As Double)
Parameters
- value
-
Double
double
The near plane distance, in meters. By default, this is set to 0.1 meters.