Click or drag to resize

QuantizedMeshTerrainProvider.DefaultInterpolator Property

Gets or sets the default interpolator to use to interpolate heights when a specific interpolator is not specified in the call to GetHeight(Double, Double) or GetHeightNativeUnits(Double, Double).

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TerrainInterpolator<QuantizedMeshTerrainTile> DefaultInterpolator { get; set; }

Property Value

Type: TerrainInterpolator<QuantizedMeshTerrainTile>
See Also