Hello, this aims to solve #39 and #23. I put down the idea just for fbm, but I wanted to ask if maybe you wanted to do it differently.
For -1..1 scaling the scaling factor can be precomputed. It can be stored with the settings.
Remove 'generate_scaled' in favor of a 'with_scale' method.
I think this would remove the need to have different functions for scaled and unscaled noise. All noise is scaled, but the scale function(s) would only be run if the user has defined a scale, or if the noise type can be scaled to -1..1.
Hello, this aims to solve #39 and #23. I put down the idea just for fbm, but I wanted to ask if maybe you wanted to do it differently.
I think this would remove the need to have different functions for scaled and unscaled noise. All noise is scaled, but the scale function(s) would only be run if the user has defined a scale, or if the noise type can be scaled to -1..1.