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