You can point the mouse (or drag your finger) anywhere on the map to change the map shape.
Comparison of projects:
| project | painting? | noise |
|---|---|---|
| mapgen4 | yes | noise2D(map.x, map.y) |
| 2218-mapgen4-animated | no | noise3D(map.x, map.y, time) |
| 2501-mapgen4-noise-explorer | no | noise4D(map.x, map.y, mouse.x, mouse.y) |