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.1.418.0 (24.1.418.0)
Syntax
public NearFarScalar(
	double nearDistance,
	double nearValue,
	double farDistance,
	double farValue
)

Parameters

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