Skip to content

Commit b2d5b0a

Browse files
committed
noise images
1 parent b8c0b7b commit b2d5b0a

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

bundle.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,27 +306,35 @@ module.exports={
306306
},
307307
{
308308
"name": "glsl-noise",
309-
"desc": "",
309+
"desc": "\n",
310310
"link": "http://ghub.io/glsl-noise",
311-
"thumb": "default.jpg",
311+
"thumb": "http://imgur.com/BFITCvl.jpg",
312312
"featured": false,
313313
"i": 2
314314
},
315+
{
316+
"name": "glsl-curl-noise",
317+
"desc": "\n",
318+
"link": "http://ghub.io/glsl-curl-noise",
319+
"thumb": "http://imgur.com/ABlBkoE.png",
320+
"featured": false,
321+
"i": 3
322+
},
315323
{
316324
"name": "glsl-random",
317325
"desc": "\n",
318326
"link": "http://ghub.io/glsl-random",
319327
"thumb": "http://imgur.com/9EOo2or.png",
320328
"featured": false,
321-
"i": 3
329+
"i": 4
322330
},
323331
{
324332
"name": "glsl-fog",
325333
"desc": "\n",
326334
"link": "http://ghub.io/glsl-fog",
327335
"thumb": "http://imgur.com/8l0otem.png",
328336
"featured": false,
329-
"i": 4
337+
"i": 5
330338
}
331339
],
332340
"Shader Transforms": [

data/packages.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ To add a new package:
6868
![glsl-dither](http://imgur.com/D4ccYiJ.png)
6969

7070
### glsl-noise
71+
![glsl-noise](http://imgur.com/BFITCvl.jpg)
72+
73+
### glsl-curl-noise
74+
![glsl-curl-noise](http://imgur.com/ABlBkoE.png)
75+
7176
### glsl-random
7277
![glsl-random](http://imgur.com/9EOo2or.png)
7378

0 commit comments

Comments
 (0)