updated paper link too

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

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":
// http://www.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
// https://itn-web.it.liu.se/~stegu76/TNM084-2011/simplexnoise-demystified.pdf
namespace glm{
namespace detail