From f27f0e0026e8bc3b68be6cd2af609cbd2edff944 Mon Sep 17 00:00:00 2001 From: Marcin Konowalczyk Date: Wed, 15 Jan 2025 16:05:03 +0000 Subject: [PATCH] Update noise.inl --- glm/gtc/noise.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/noise.inl b/glm/gtc/noise.inl index a1cf399d3..bb46ab50c 100644 --- a/glm/gtc/noise.inl +++ b/glm/gtc/noise.inl @@ -1,7 +1,7 @@ /// @ref gtc_noise /// // Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": -// https://github.com/ashima/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