From ae1bee74810ceb81723bad6e997cebc49e6a4896 Mon Sep 17 00:00:00 2001 From: Marcin Date: Fri, 17 Jan 2025 14:46:07 +0000 Subject: [PATCH] doc --- include/cglm/noise.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/cglm/noise.h b/include/cglm/noise.h index 6954817..ad47535 100644 --- a/include/cglm/noise.h +++ b/include/cglm/noise.h @@ -3,6 +3,14 @@ * * MIT License (MIT), http://opensource.org/licenses/MIT * Full license can be found in the LICENSE file + * + * 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 + * + * Implementation based on glm::glc::noise.hpp: + * https://github.com/g-truc/glm/blob/master/glm/gtc/noise.inl */ #ifndef cglm_noise_h