rnd-team-dev / plotoptix

Data visualisation and ray tracing in Python based on OptiX 7.7 framework.
https://rnd.team/plotoptix
Other
496 stars 26 forks source link

Misleading documentation for `utils.simplex` #21

Closed Artoria2e5 closed 3 years ago

Artoria2e5 commented 3 years ago

The summary for utils.simplex claims "simplex noise" when it actually makes OpenSimplex noise. The two algorithms are distinct from each other despite the visual similarity of the output.

Artoria2e5 commented 3 years ago

In related news, the patent on simplex is expect to expire in 9 months. You can probably reduce the code size a lot then!

robertsulej commented 3 years ago

Thanks for noting, I'll fix that in a moment!