Commit Graph

19 Commits (master)

Author SHA1 Message Date
Stefan Gustavson a3e6d57095
New permutation (improved randomness) 2021-06-30 16:08:50 +02:00
Stefan Gustavson 2dfa3601bd
New permutation (much improved randomness) 2021-06-29 11:07:56 +02:00
Stefan Gustavson ff3b5d34ea
Update noise3D.glsl
Changed scaling of output to exactly match "noise3Dgrad.glsl"
2020-10-14 10:10:53 +02:00
Stefan Gustavson 71160e9beb
Update noise3D.glsl
Changed modification date in header (long overdue)
2020-10-14 10:00:38 +02:00
Stefan Gustavson 21d9fe23d7
Bug fix
Fixed an age-old bug that caused slight discontinuities along simplex boundaries.
2020-10-14 09:55:56 +02:00
Stefan Gustavson e2f27ac204 Point to new repo URL (and the old one) 2016-05-13 18:34:01 +02:00
Ian McEwan 74dd2c2a94 Added repo URL to license comments for cutNpasters 2011-08-22 23:00:26 -07:00
stegu fbfcc21fbe Hand optimized mod operations for some speedup 2011-08-13 22:03:51 +02:00
stegu 7acfc61c74 Hand optimized the mod() operations for additional speedup 2011-08-13 21:56:11 +02:00
stegu db450dbaac Small typo in a comment 2011-04-11 18:57:58 +02:00
stegu 7e1e0e0256 Some small optimisations, bumped dates in headers 2011-04-10 18:32:41 +02:00
stegu ef0b586f8d removed unnecessary floor operations in permute() 2011-04-07 17:44:34 +02:00
stegu c2e657b438 Added 4D classic noise, declutter, speedups, removed dep of noiseStdLib.glsl, benchmark changed to test all six versions of noise. 2011-04-03 17:30:50 +02:00
ijm e9ff1c3b72 Merge an updated comments to refect license change. 2011-03-27 15:12:47 -07:00
stegu 44950104b8 Corrected taylorInvSqrt() 2011-03-27 17:24:47 +02:00
stegu fa6321b893 Cleanup, slight speedup, improved 4D uniformity 2011-03-26 10:01:47 +01:00
stegu 46d926d90e Changed benchmark to fullscreen to reduce overhead 2011-03-25 20:43:54 +01:00
stegu 8849f11a0b Rescaled 2D, 3D and 4D, added Bill's rank sorting code for 4D (short-circuited for now because of an ATI bug) 2011-03-25 11:28:47 +01:00
ijm b32fd115e5 Split, Reorganise, + Stefan's benchmark/demo code. 2011-03-23 04:29:07 -07:00