We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting frequency to 0.0 in FastNoise::seeded()...
frequency
0.0
FastNoise::seeded()
bracket-lib/bracket-noise/src/fastnoise.rs
Line 1764 in 0d2d5e6
... ensures we don't get any noise:
Lines 2020 to 2023 in 0d2d5e6
Maybe it should be initialized to 1.0 just like for new?
1.0
new
Lines 1734 to 1738 in 0d2d5e6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setting
frequency
to0.0
inFastNoise::seeded()
...bracket-lib/bracket-noise/src/fastnoise.rs
Line 1764 in 0d2d5e6
... ensures we don't get any noise:
bracket-lib/bracket-noise/src/fastnoise.rs
Lines 2020 to 2023 in 0d2d5e6
Maybe it should be initialized to
1.0
just like fornew
?bracket-lib/bracket-noise/src/fastnoise.rs
Lines 1734 to 1738 in 0d2d5e6
The text was updated successfully, but these errors were encountered: