Added more komplex packs
This commit is contained in:
52
data/packs/Multiscale MIP Fluid/pack.json
Normal file
52
data/packs/Multiscale MIP Fluid/pack.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"author": "cornusammonis",
|
||||
"name": "Multiscale MIP Fluid",
|
||||
"version": "1.0.0",
|
||||
"description": "Motivated by https://codepen.io/brainjam/pen/GaYJjJ . clearly, there's still a lot of room for code optimization.",
|
||||
"license": "CC BY-NC-SA 3.0",
|
||||
"engine": "shadertoy",
|
||||
"id": "tsKXR3",
|
||||
"tags": [
|
||||
"simulation",
|
||||
"water",
|
||||
"fluid",
|
||||
"mipmap",
|
||||
"turbulence"
|
||||
],
|
||||
|
||||
"source": "./shaders/Image.frag.qsb",
|
||||
"speed": 4,
|
||||
|
||||
"bufferA":
|
||||
{
|
||||
"source": "./shaders/Buffer A.frag.qsb",
|
||||
"frame_buffer_channel": 0,
|
||||
"channel1": "{bufferD}",
|
||||
"channel2": "{bufferB}",
|
||||
"channel3": "{bufferC}"
|
||||
},
|
||||
|
||||
"bufferB":
|
||||
{
|
||||
"source": "./shaders/Buffer B.frag.qsb",
|
||||
"channel0": "{bufferA}"
|
||||
},
|
||||
|
||||
"bufferC":
|
||||
{
|
||||
"type": 2,
|
||||
"source": "./shaders/Buffer C.frag.qsb",
|
||||
|
||||
"channel0": "{bufferB}"
|
||||
},
|
||||
|
||||
"bufferD":
|
||||
{
|
||||
"source": "./shaders/Buffer D.frag.qsb",
|
||||
"frame_buffer_channel": 1,
|
||||
|
||||
"channel0": "{bufferA}"
|
||||
},
|
||||
|
||||
"channel0": "{bufferA}"
|
||||
}
|
||||
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer A.frag.qsb
Normal file
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer A.frag.qsb
Normal file
Binary file not shown.
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer B.frag.qsb
Normal file
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer B.frag.qsb
Normal file
Binary file not shown.
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer C.frag.qsb
Normal file
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer C.frag.qsb
Normal file
Binary file not shown.
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer D.frag.qsb
Normal file
BIN
data/packs/Multiscale MIP Fluid/shaders/Buffer D.frag.qsb
Normal file
Binary file not shown.
BIN
data/packs/Multiscale MIP Fluid/shaders/Image.frag.qsb
Normal file
BIN
data/packs/Multiscale MIP Fluid/shaders/Image.frag.qsb
Normal file
Binary file not shown.
Reference in New Issue
Block a user