exaggeration

open override fun exaggeration(exaggeration: Double): Terrain

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

Parameters

exaggeration

as Double

open override 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

val exaggeration: Double?

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