Razaekel / noise-rs

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

Fix simplex 1d gradient function #307

Closed alex5nader closed 1 year ago

alex5nader commented 1 year ago

Old implementation checks the 4th bit of h by comparing x & 8 with 1. This result is actually either 0 or 8.