mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
noise2d: add comment
This commit is contained in:
parent
30f7927af4
commit
8a14d35c04
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ local wea = worldeditadditions
|
|||
return {
|
||||
Perlin = dofile(wea.modpath.."/lib/noise/engines/perlin.lua"),
|
||||
Sin = dofile(wea.modpath.."/lib/noise/engines/sin.lua")
|
||||
|
||||
-- TODO: Follow https://www.redblobgames.com/articles/noise/introduction.html and implement different colours of noise (*especially* red and pink noise)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue