HolographicCamera.SetNearPlaneDistance(Double) Method

Definition

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.

Applies to