From 5593b4b09f06c0e3e5c80c64afe6a70e9557c7ea Mon Sep 17 00:00:00 2001 From: Marcin Konowalczyk Date: Wed, 15 Jan 2025 16:05:03 +0000 Subject: [PATCH] Prepare 1.0.2 release - Update noise link to newer version --- glm/gtc/noise.inl | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glm/gtc/noise.inl b/glm/gtc/noise.inl index a1cf399d38..d381a8bc7d 100644 --- a/glm/gtc/noise.inl +++ b/glm/gtc/noise.inl @@ -1,9 +1,9 @@ /// @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 +// https://itn-web.it.liu.se/~stegu76/simplexnoise/simplexnoise.pdf namespace glm{ namespace detail diff --git a/readme.md b/readme.md index 4b75318944..60229e956f 100644 --- a/readme.md +++ b/readme.md @@ -105,7 +105,7 @@ target_link_libraries(main PRIVATE glm::glm) ## Release notes -### [GLM 1.0.2](https://github.com/g-truc/glm/tree/master) - 2024-0X-XX +### [GLM 1.0.2](https://github.com/g-truc/glm/tree/master) - 2025-0X-XX #### Improvements: - Unit tests are not build by default, `GLM_BUILD_TESTS` set to `ON` required.