mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
noise: add comment
This commit is contained in:
parent
9c4e23daa8
commit
9cb746e86a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ function worldeditadditions.noise2d(pos1, pos2, noise_params)
|
|||
|
||||
local perlin_map = PerlinNoiseMap(noise_params, heightmap_size)
|
||||
|
||||
-- TODO: apply the perlin noise map here
|
||||
|
||||
local stats = { added = 0, removed = 0 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue