mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-05 16:21:27 +02:00
noise: add comment
This commit is contained in:
@ -27,6 +27,7 @@ function worldeditadditions.noise2d(pos1, pos2, noise_params)
|
|||||||
|
|
||||||
local perlin_map = PerlinNoiseMap(noise_params, heightmap_size)
|
local perlin_map = PerlinNoiseMap(noise_params, heightmap_size)
|
||||||
|
|
||||||
|
-- TODO: apply the perlin noise map here
|
||||||
|
|
||||||
local stats = { added = 0, removed = 0 }
|
local stats = { added = 0, removed = 0 }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user