link to newer version

This commit is contained in:
Marcin Konowalczyk 2025-01-15 16:16:00 +00:00 committed by Christophe
parent e7d5bdafa7
commit 7a878c2372

View file

@ -3,7 +3,7 @@
// Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise":
// https://github.com/stegu/webgl-noise
// Following Stefan Gustavson's paper "Simplex noise demystified":
// https://itn-web.it.liu.se/~stegu76/TNM084-2011/simplexnoise-demystified.pdf
// https://itn-web.it.liu.se/~stegu76/simplexnoise/simplexnoise.pdf
namespace glm{
namespace detail