ruby-perlin icon indicating copy to clipboard operation
ruby-perlin copied to clipboard

Cannot set lacunarity

Open maxKimoby opened this issue 4 years ago • 0 comments

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!

maxKimoby avatar Sep 27 '20 18:09 maxKimoby