Camera.NearPlaneDistanceFactor Property

Gets or sets the factor used to compute the near plane from the far plane distance.
Public Property NearPlaneDistanceFactor() As Double
This language is not supported or no code example is available.
public double NearPlaneDistanceFactor {get; set;}
This language is not supported or no code example is available.

Property Value

double
Remarks
 
By default it is 0.001 of the far plane distance. Set it to a smaller value if it's clipping too much geometry near the viewer in big scenes. Beware that too small values affect the scene rendering precision.

.NET Framework

Supported in: 4.8

In this article

Definition