Click or drag to resize

NearFarScalar Constructor (Double, Double, Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public NearFarScalar(
	double nearDistance,
	double nearValue,
	double farDistance,
	double farValue
)

Parameters

nearDistance
Type: System.Double
The lower bound of the camera distance range.
nearValue
Type: System.Double
The value to use at the lower bound of the camera distance range.
farDistance
Type: System.Double
The upper bound of the camera distance range.
farValue
Type: System.Double
The value to use at the upper bound of the camera distance range.
See Also