Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
842 stars 118 forks source link

Remove exponentiation from fractal generators (#341) + fix scale factor for fbm (#273) #342

Closed PrinceOfBorgo closed 5 months ago

PrinceOfBorgo commented 8 months ago

Implements #341 and fixes the fbm constructor by using the correct calc_scale_factor as intended by #273