rust-simd-noise
rust-simd-noise copied to clipboard
Fix fbm_4d/fbm_4d_offset only using 3 dimensions
Fixes the 4th dimension of NoiseBuilder::fbm_4d
/NoiseBuilder::fbm_4d_offset
not working due to misconfiguring the NoiseDimensions.
(the other 4d functions in NoiseBuilder already have this)