Skip to content

Commit

Permalink
Prepare 1.0.2 release
Browse files Browse the repository at this point in the history
- Update noise link to newer version
  • Loading branch information
MarcinKonowalczyk authored and christophe-lunarg committed Jan 16, 2025
1 parent 33b4a62 commit 5593b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions glm/gtc/noise.inl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5593b4b

Please sign in to comment.