Closed numeredev closed 1 month ago
What does your feature request improve on? Please describe. Libnoise provides three additional noise functions besides perlin(). Add them as well.
perlin()
Describe the solution you'd like Add the following functions referencing the corresponding noise modules from libnoise:
ridgedmultifractal(x,y,z,freq,octave) -> VAL billownoise(x,y,z,freq,octave) -> VAL voronoinoise(x,y,z,freq,freq,displacement,usedistance) -> VAL
https://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1Billow.html https://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1RidgedMulti.html https://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1Voronoi.html
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
Straightforward implementation.
(see also our Wiki for implementation guidelines)
(see also our Wiki for further information)
*.NHLP
*.NDB
*.NLNG
DESCRIPTION
What does your feature request improve on? Please describe. Libnoise provides three additional noise functions besides
perlin()
. Add them as well.Describe the solution you'd like Add the following functions referencing the corresponding noise modules from libnoise:
https://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1Billow.html https://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1RidgedMulti.html https://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1Voronoi.html
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Straightforward implementation.
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST