Introduce a new terrain modifier that allows for dilation (expansion) and erosion (contraction) of terrain features, enhancing the terrain manipulation capabilities.
Dilation and erosion work the same way but just in opposite. Each vertex finds either the tallest (dilation) or lowest (erosion) neighbor and sets that height to itself.
Introduce a new terrain modifier that allows for dilation (expansion) and erosion (contraction) of terrain features, enhancing the terrain manipulation capabilities.
Dilation and erosion work the same way but just in opposite. Each vertex finds either the tallest (dilation) or lowest (erosion) neighbor and sets that height to itself.