ruby-perlin
ruby-perlin copied to clipboard
Cannot set lacunarity
Hey! Nice library, I'm using it to generate tile maps.
http://libnoise.sourceforge.net/docs/classnoise_1_1module_1_1Perlin.html
It seems that there is an option missing in the noise generator. You should be able to set the lacunarity on the noise generator.
The lacunarity specifies the frequency multipler between successive octaves.
Is this something doable? Or is there a way to set it right now?
Thanks!