Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
854 stars 120 forks source link

[BUG] More Perlin Noise Panics #327

Open isiko opened 1 year ago

isiko commented 1 year ago

When generating a Perlin Noise map with a Plane Map Builder using the following Parameters, there is a panic

Parameter Value
Seed 0
Width 500
Height 500
Frequency 1.5
Octaves 3
Lacunarity 100000000

Error Message:

panicked at 'called `Option::unwrap()` on a `None` value', /home/isiko404/.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.8.2/src/core/perlin.rs:39:52