Files
Digital Artifex c8f3f1e981 Added shader packs
2025-08-19 09:33:45 -04:00

39 lines
740 B
JSON

{
"author": "zguerrero",
"name": "Neon World",
"version": "1.0.0",
"description": "experimenting witch ray marching and distance field",
"license": "CC BY-NC-SA 3.0",
"engine": "shadertoys",
"id": "MlscDj",
"tags": [
"reflection",
"raymarching",
"distance",
"neon"
],
"source": "./shaders/Image.frag.qsb",
"speed": 1,
"bufferA":
{
"source": "./shaders/Buffer A.frag.qsb"
},
"bufferB":
{
"source": "./shaders/Buffer B.frag.qsb",
"frame_buffer_channel": 1,
"channel0": "{bufferA}"
},
"channel0": "{bufferB}",
"channel1":
{
"type": 0,
"source": "./images/iChannel1.png"
}
}