exaggeration

abstract fun exaggeration(exaggeration: Double = 1.0): Terrain

Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value.

Parameters

exaggeration

as Double


abstract fun exaggeration(exaggeration: Expression): Terrain

Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value.

Parameters

exaggeration

value of exaggeration as Expression