Point to new repo URL
This commit is contained in:
parent
f68b7121a0
commit
705a24f80b
@ -1,11 +1,12 @@
|
|||||||
//
|
//
|
||||||
// Description : Array and textureless GLSL 2D simplex noise function.
|
// Description : Array and textureless GLSL 2D simplex noise function.
|
||||||
// Author : Ian McEwan, Ashima Arts.
|
// Author : Ian McEwan, Ashima Arts.
|
||||||
// Maintainer : ijm
|
// Maintainer : stegu
|
||||||
// Lastmod : 20110822 (ijm)
|
// Lastmod : 20110822 (ijm)
|
||||||
// License : Copyright (C) 2011 Ashima Arts. All rights reserved.
|
// License : Copyright (C) 2011 Ashima Arts. All rights reserved.
|
||||||
// Distributed under the MIT License. See LICENSE file.
|
// Distributed under the MIT License. See LICENSE file.
|
||||||
// https://github.com/ashima/webgl-noise
|
// https://github.com/ashima/webgl-noise
|
||||||
|
// https://github.com/stegu/webgl-noise
|
||||||
//
|
//
|
||||||
|
|
||||||
vec3 mod289(vec3 x) {
|
vec3 mod289(vec3 x) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user