Guillaume Wafo-Tapa
Guillaume Wafo-Tapa
## Bevy version 0.12.1 Events are not silently dropped the turn after they're sent but instead accumulate in the EventReader's buffer. ## What I did Here's an example: ``` use...
Fractal noise with zero octaves behave as if they have one. Here's the code of the [Perlin fractal fbm](https://docs.rs/bracket-noise/0.8.7/src/bracket_noise/fastnoise.rs.html#2546) for example (but it is the same issue with all fractal...
When computing a fractal noise, the sum of all octaves is normalized by dividing it by the sum of the amplitudes of the octaves. Here's the [code](https://docs.rs/bracket-noise/0.8.7/src/bracket_noise/fastnoise.rs.html#1884) of the function...