CameraNearClippingDistance 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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic double NearClippingDistance { get; set; }Property Value
Double
See Also