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

Implement noise map transformation & normalization #223

Open
tomrijnbeek opened this issue Mar 8, 2021 · 0 comments
Open

Implement noise map transformation & normalization #223

tomrijnbeek opened this issue Mar 8, 2021 · 0 comments

Comments

@tomrijnbeek
Copy link
Member

🆙 Improvement proposal

#221 implements noise maps, but these noise maps have only limited functionality, as they can only generate [0, 1) values along a square grid. In practice, you almost always want to combine different noise maps, transform the noise map values using a function (generally to create more structure in your otherwise very arbitrary noise). It should be possible to things such as:

  • Resize your noise map dimensions (e.g. normalize it to the 0-1 coordinate range).
  • Apply transformations on the noise value (e.g. change the amplitude of your noise function).
  • Add different noise functions together (e.g. add them, take their maximum, etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant