From 40ca88e86d5738fffff1b9d5b1963eceddff1a3f Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Wed, 14 Oct 2020 09:59:36 +0200 Subject: [PATCH] Update noise3Dgrad.glsl Changed modification date in header (long overdue) --- src/noise3Dgrad.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/noise3Dgrad.glsl b/src/noise3Dgrad.glsl index e0cb7c5..990ff33 100644 --- a/src/noise3Dgrad.glsl +++ b/src/noise3Dgrad.glsl @@ -3,7 +3,7 @@ // noise functions. // Author : Ian McEwan, Ashima Arts. // Maintainer : stegu -// Lastmod : 20110822 (ijm) +// Lastmod : 20201014 (stegu) // License : Copyright (C) 2011 Ashima Arts. All rights reserved. // Distributed under the MIT License. See LICENSE file. // https://github.com/ashima/webgl-noise