paintTerrainOverlayViaLookupTable
Constants
- NAN_COLOR :
Array.<number>
Color to use when sampled value is NaN
Functions
NAN_COLOR : Array.<number>
Color to use when sampled value is NaN
Kind: global constant
paintTerrainOverlayViaLookupTable(params)
Kind: global function
Param | Type | Description |
---|---|---|
params | Object | |
params.overlay | TerrainOverlay | |
params.sampler | Sampler2D | |
[params.lut] | ParameterLookupTable | |
[params.range] | NumericInterval | Range of values of interest within the sampler that are to be mapped onto LUT |
[params.lookupScaleFunction] | function | |
[params.channel] | number |