Point to new repo URL (and the old one)

master
Stefan Gustavson 2016-05-13 18:34:46 +02:00
parent e2f27ac204
commit 7ff1a4f443
1 changed files with 2 additions and 1 deletions

View File

@ -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
//
vec3 mod289(vec3 x) {