Razaekel / noise-rs

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

Fixed exponentiation removal in fbm #339

Closed PrinceOfBorgo closed 7 months ago

PrinceOfBorgo commented 10 months ago

Fixes #310 to implement correctly #299

PrinceOfBorgo commented 10 months ago

This should partially fix #334 too. The fix is only partial as other commits (such as #273) change slightly the rendered output.

PrinceOfBorgo commented 7 months ago

@Razaekel I think this PR can be closed since merging #342 brought these commits too