From c0c012d60a85085b3c456dfe1153e2497e61c98d Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Fri, 13 May 2016 18:35:38 +0200 Subject: [PATCH] Point to new repo URL (and the old one) --- src/noise4D.glsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/noise4D.glsl b/src/noise4D.glsl index 93786ae..7eb1d9e 100644 --- a/src/noise4D.glsl +++ b/src/noise4D.glsl @@ -2,11 +2,12 @@ // Description : Array and textureless GLSL 2D/3D/4D simplex // noise functions. // Author : Ian McEwan, Ashima Arts. -// Maintainer : ijm +// Maintainer : stegu // Lastmod : 20110822 (ijm) // License : Copyright (C) 2011 Ashima Arts. All rights reserved. // Distributed under the MIT License. See LICENSE file. // https://github.com/ashima/webgl-noise +// https://github.com/stegu/webgl-noise // vec4 mod289(vec4 x) {