HolographicCamera.SetFarPlaneDistance(Double) Method

Definition

Sets the distance, along the z-axis, from the origin of view space to the far plane of the view frustum.

public:
 virtual void SetFarPlaneDistance(double value) = SetFarPlaneDistance;
void SetFarPlaneDistance(double const& value);
public void SetFarPlaneDistance(double value);
function setFarPlaneDistance(value)
Public Sub SetFarPlaneDistance (value As Double)

Parameters

value
Double

double

The far plane distance, in meters. By default, this is set to 20 meters.

Applies to