noise2d: add comment

This commit is contained in:
Starbeamrainbowlabs 2021-07-04 16:14:48 +01:00
parent 30f7927af4
commit 8a14d35c04
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -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)
}