mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 23:35:12 +01:00
45 lines
858 B
JSON
45 lines
858 B
JSON
|
{
|
||
|
"shader_vs": "shader.vs",
|
||
|
"shader_fs": "shader.fs",
|
||
|
|
||
|
"inputs": [
|
||
|
{
|
||
|
"name": "Surface in",
|
||
|
"type": "surface",
|
||
|
"value": -4,
|
||
|
|
||
|
"flag": "SURFACE_IN"
|
||
|
},
|
||
|
{
|
||
|
"name": "Radius",
|
||
|
"type": "float",
|
||
|
"value": 3,
|
||
|
|
||
|
"uniform": "uRadius"
|
||
|
},
|
||
|
{
|
||
|
"name": "Constrast",
|
||
|
"type": "float",
|
||
|
"value": 4,
|
||
|
|
||
|
"uniform": "uContrast"
|
||
|
},
|
||
|
{
|
||
|
"name": "Iterations",
|
||
|
"type": "int",
|
||
|
"value": 128,
|
||
|
|
||
|
"uniform": "uIterations"
|
||
|
}
|
||
|
|
||
|
],
|
||
|
"input_display": [ 0, ["Bokeh", false], 3, 1, 2, ],
|
||
|
|
||
|
"outputs": [
|
||
|
{
|
||
|
"name": "Surface out",
|
||
|
"type": "surface",
|
||
|
"value": -4
|
||
|
}
|
||
|
],
|
||
|
}
|