Gets or sets the distance in meters from the camera to the far 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 FarPlane { get; set; }
Public Property FarPlane As Double
Get
Set
public:
property double FarPlane {
double get ();
void set (double value);
}
member FarPlane : float with get, set
Property Value
Type:
DoubleSee Also