Reputeless / PerlinNoise

Header-only Perlin noise library for modern C++ (C++17/C++20)
MIT License
673 stars 77 forks source link

Persistence and Frequency in Octaves #3

Closed devsammi3 closed 2 years ago

devsammi3 commented 4 years ago

It seems I can't provide numbers for persistence and frequency? Meaning I'd have to by default, calculate for one octave at a time in order to achieve that. Am I missing something?

Reputeless commented 4 years ago

Frequency can be adjusted by scaling x, y, and z. I will bring persistence in the next update. Thanks for your feedback :-)

Reputeless commented 2 years ago

v3.0.0 now supports persistence.