Gets or sets the distance in meters from the camera to the near plane.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double NearPlane { get; set; }
Public Property NearPlane As Double
Get
Set
public:
property double NearPlane {
double get ();
void set (double value);
}
member NearPlane : float with get, set
Property Value
Type:
DoubleSee Also