mirror of
https://github.com/TangentFoxy/heightmap.git
synced 2026-07-21 21:46:52 -06:00
Update README with example of normalize function
This commit is contained in:
@@ -39,6 +39,9 @@ map = heightmap.create(150, 300, -1, 1)
|
|||||||
|
|
||||||
-- use the custom height function and normalize with a range of 10 to 20
|
-- use the custom height function and normalize with a range of 10 to 20
|
||||||
map = heightmap.create(200, 200, f, 10, 20)
|
map = heightmap.create(200, 200, f, 10, 20)
|
||||||
|
|
||||||
|
-- re-normalize a map in-place at any time (example range of 0 to 1)
|
||||||
|
heightmap.normalize(map, 0, 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
How it Works
|
How it Works
|
||||||
|
|||||||
Reference in New Issue
Block a user