braindrops.nicwands.com/drops/noise-shader/public/meta.json
2026-07-21 12:01:40 -04:00

25 lines
No EOL
536 B
JSON

{
"name": "noise-shader",
"title": "Noise Shader",
"date": "2026-07-20",
"tags": [
"tag1",
"tag2",
"tag3"
],
"description": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "I was messing around with a shader to add noise to a texture, and ended up getting this cool effect when I divided the noise value by the distance to the user's mouse."
}
]
}
]
},
"published": true
}