Added shader packs
This commit is contained in:
BIN
data/packs/Neon World/images/iChannel1.png
Normal file
BIN
data/packs/Neon World/images/iChannel1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
39
data/packs/Neon World/pack.json
Normal file
39
data/packs/Neon World/pack.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
BIN
data/packs/Neon World/shaders/Buffer A.frag.qsb
Normal file
BIN
data/packs/Neon World/shaders/Buffer A.frag.qsb
Normal file
Binary file not shown.
BIN
data/packs/Neon World/shaders/Buffer B.frag.qsb
Normal file
BIN
data/packs/Neon World/shaders/Buffer B.frag.qsb
Normal file
Binary file not shown.
BIN
data/packs/Neon World/shaders/Image.frag.qsb
Normal file
BIN
data/packs/Neon World/shaders/Image.frag.qsb
Normal file
Binary file not shown.
Reference in New Issue
Block a user