Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output level normalization #3

Open
artfwo opened this issue May 19, 2017 · 0 comments
Open

Output level normalization #3

artfwo opened this issue May 19, 2017 · 0 comments

Comments

@artfwo
Copy link
Owner

artfwo commented May 19, 2017

Output level for Perlin noise / fBm is wildly different depending on synth settings. Ideally it should be constant so we always get the same volume for any X or Y.

Possible solutions to explore:

  • When regenerating seed, pre-calculate global optimums for every octave for all 4 gradient arrays using either brute force or optimization method like simulated annealing.
  • Now that Andes uses simplex noise with a better analytical derivative, peaks can be calculated precisely by solving N'(x)=0 equation and substituting the solution in the noise function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant