Click or drag to resize

CameraFarClippingDistance Property

The near clipping distance for the orthographic camera. This defaults to 0, which means no clipping regardless of the distance of the camera from the focal point. Any other value sets the near clipping plane to that value.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public double FarClippingDistance { get; set; }

Property Value

Type: Double
See Also