This commit is contained in:
Marcin
2025-01-17 20:34:47 +00:00
parent 9085ed020a
commit f1a72241b1
2 changed files with 20 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
* Following Stefan Gustavson's paper "Simplex noise demystified":
* http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
*
* Implementation based on glm::glc::noise.hpp:
* Implementation based on glm::perlin function:
* https://github.com/g-truc/glm/blob/master/glm/gtc/noise.inl
*/