amethyst / amethyst/bracket-lib
FastNoise::seeded() creates 0 noise
未关闭
- 主要语言
- Rust
- 星标
- 1.7k
- 派生
- 126
- PR 合并指标
- 30 天内没有已合并 PR
描述
Setting `frequency` to `0.0` in `FastNoise::seeded()`...
https://github.com/amethyst/bracket-lib/blob/0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27/bracket-noise/src/fastnoise.rs#L1764
... ensures we don't get any noise:
https://github.com/amethyst/bracket-lib/blob/0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27/bracket-noise/src/fastnoise.rs#L2020-L2023
Maybe it should be initialized to `1.0` just like for `new`?
https://github.com/amethyst/bracket-lib/blob/0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27/bracket-noise/src/fastnoise.rs#L1734-L1738
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。