inversion tool

This commit is contained in:
Azgaar 2022-05-21 22:43:06 +03:00
parent 63db344e06
commit 2713f6bfda
4 changed files with 122 additions and 58 deletions

View file

@ -2959,6 +2959,7 @@
<button data-type="Trough" data-tip="Trough: elongated depression">T</button>
<button data-type="Strait" data-tip="Strait: centered vertical or horizontal depression">S</button>
<button data-type="Mask" data-tip="Mask: lower cells near edges or in map center">M</button>
<button data-type="Invert" data-tip="Invert heightmap along the axes">I</button>
<button data-type="Add" data-tip="Add or subtract value from all heights in range">+</button>
<button data-type="Multiply" data-tip="Multiply all heights in range by factor">*</button>
<button data-type="Smooth" data-tip="Smooth the map replacing cell heights by an average values of its neighbors">~</button>