Click or drag to resize

CameraBaseZNear Property

Gets the minimum distance the camera is 'seeing' something. Objects closer than this distance (from the camera) will not be visible.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double ZNear { get; }

Property Value

Double
See Also