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

Unexpected smooth noise in unreleased version #334

Closed
vallentin opened this issue Aug 28, 2023 · 1 comment
Closed

Unexpected smooth noise in unreleased version #334

vallentin opened this issue Aug 28, 2023 · 1 comment

Comments

@vallentin
Copy link
Contributor

vallentin commented Aug 28, 2023

I was in the need for #308, so I used the repo as a git dependency. I noticed, that the output is vastly different all of a sudden.

Using Fbm<OpenSimplex>, then noise = "0.8" produces:

20230829_014111

While using noise = { git = "https://github.com/Razaekel/noise-rs" } produces:

20230829_014037

The unreleased version produces an output that is a lot more smoother, with a much smaller output range. I took the noise value and scaled it by val = noise.get([x, y]) * 0.75 + 0.5, then I used val as the input for a jet colormap.

I would almost say, the unreleased version produces a noise output, that looks like the Fbm isn't even used, and it's just OpenSimplex.

I understand that I'm using unreleased code, but I just wanted to address it, in case this wasn't noticed, and is unintentional.

@PrinceOfBorgo
Copy link
Contributor

The problem should have been solved as part of #342 (merging commits of #339)

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

3 participants