BillboardGraphicsDisableDepthTestDistance Property |
Gets or sets the distance from the camera at which to disable the depth test.
This can be used to prevent clipping against terrain, for example.
When set to zero, the depth test is always applied. When set to
PositiveInfinity, the depth test is never applied.
If not specified, the default is 0.0.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<double> DisableDepthTestDistance { get; set; }
Public Property DisableDepthTestDistance As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ DisableDepthTestDistance {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member DisableDepthTestDistance : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also