Why the documentation sucks? Such a cool and op library and the documentation is just one of the worst. Especially one of the most important classes Generator.h which is apparently used to obtain the values from the noise.
What does GenUniformGrid do?
What does GenTileable do? and how does it do it?
How is GenPositionArray different from the uniform grid?
What value does GenSingle2D return when using octaves? Is the value outside [-1,1]? is it clamped? is it normalized? is it remapped? if its outside [-1,1] then id suggest to add other methods too
Dont take it as hate, just its a shame that the docs are in most projects forgotten. After digging in the code for few hours i have most of the answers.
Thank you!
Why the documentation sucks? Such a cool and op library and the documentation is just one of the worst. Especially one of the most important classes
Generator.hwhich is apparently used to obtain the values from the noise.What does GenUniformGrid do?
What does GenTileable do? and how does it do it?
How is GenPositionArray different from the uniform grid?
What value does GenSingle2D return when using octaves? Is the value outside [-1,1]? is it clamped? is it normalized? is it remapped? if its outside [-1,1] then id suggest to add other methods too
Dont take it as hate, just its a shame that the docs are in most projects forgotten. After digging in the code for few hours i have most of the answers.
Thank you!