mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Updated Heightmap template editor (markdown)
parent
7462fb8282
commit
30a2302e7a
1 changed files with 8 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ Smooth averages cell heights by their neighbors heights. This means land next to
|
|||

|
||||
|
||||
## Mask
|
||||
Mask is newer step so it was not included into the original guide. To see what is does lets assign maximum height (100) to all cells and then add Mask with default `1` factor. It will gradually mask height of the cells along map edge to 0.
|
||||
Mask is a newer step so it was not included into the original guide. To see what is does lets assign maximum height (100) to all cells and then add Mask with default `1` fraction. It will gradually mask height of the cells along map edge to 0.
|
||||
|
||||

|
||||
|
||||
|
|
@ -113,11 +113,16 @@ Fraction `2` will blend masked values with the original ones, so map edges will
|
|||
|
||||

|
||||
|
||||
Negative factor inverts the mask, so that cells in the map center are lowered.
|
||||
Negative fraction inverts the mask, so that cells in the map center are lowered.
|
||||
|
||||

|
||||
|
||||
Factor can even be a decimal value:
|
||||
Fraction can even be a decimal value.
|
||||
|
||||

|
||||
|
||||
## Invert
|
||||
|
||||
Invert is also a newer action. It mirrors the heightmap by X, Y or both axes. It is useful for maps that lean towards one side. In this case we can add invert with some probability (in 0-1 range) to mirror the map.
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue