| CameraFarNearPlaneRatio Property  | 
 
Gets or sets the value that is used to compute subdivisions of the viewing frustum.
A large value will be faster but lose z-value precision. A small value will have better precision
but perform slower. The default value of 1000 achieves a good balance between speed and accuracy.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double FarNearPlaneRatio { get; set; }Public Property FarNearPlaneRatio As Double
	Get
	Set
public:
property double FarNearPlaneRatio {
	double get ();
	void set (double value);
}member FarNearPlaneRatio : float with get, set
Property Value
Type: 
Double See Also
See Also