mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-04-30 10:57:56 +02:00
102 lines
1.8 KiB
Plaintext
102 lines
1.8 KiB
Plaintext
{
|
|
"name": "gradient",
|
|
"node_position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"parameters": {
|
|
"gradient": {
|
|
"interpolation": 1,
|
|
"points": [
|
|
{
|
|
"a": 1,
|
|
"b": 0,
|
|
"g": 0,
|
|
"pos": 0,
|
|
"r": 0
|
|
},
|
|
{
|
|
"a": 1,
|
|
"b": 1,
|
|
"g": 1,
|
|
"pos": 1,
|
|
"r": 1
|
|
}
|
|
],
|
|
"type": "Gradient"
|
|
},
|
|
"repeat": 1,
|
|
"rotate": 0
|
|
},
|
|
"shader_model": {
|
|
"code": "float $(name_uv)_r = 0.5+(cos($rotate*0.01745329251)*($uv.x-0.5)+sin($rotate*0.01745329251)*($uv.y-0.5))/(cos(abs(mod($rotate, 90.0)-45.0)*0.01745329251)*1.41421356237);",
|
|
"global": "",
|
|
"inputs": [
|
|
|
|
],
|
|
"instance": "",
|
|
"name": "Gradient",
|
|
"outputs": [
|
|
{
|
|
"longdesc": "An image showing the gradient",
|
|
"rgba": "$gradient(fract($(name_uv)_r*$repeat))",
|
|
"shortdesc": "Output",
|
|
"type": "rgba"
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"control": "None",
|
|
"default": 1,
|
|
"label": "Repeat",
|
|
"longdesc": "Number of repetitions of the gradient",
|
|
"max": 32,
|
|
"min": 1,
|
|
"name": "repeat",
|
|
"shortdesc": "Repeat",
|
|
"step": 1,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"control": "Radius1.a",
|
|
"default": 0,
|
|
"label": "Rotate",
|
|
"longdesc": "Angle of the gradient pattern",
|
|
"max": 180,
|
|
"min": -180,
|
|
"name": "rotate",
|
|
"shortdesc": "Rotate",
|
|
"step": 0.1,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"default": {
|
|
"interpolation": 1,
|
|
"points": [
|
|
{
|
|
"a": 1,
|
|
"b": 0,
|
|
"g": 0,
|
|
"pos": 0,
|
|
"r": 0
|
|
},
|
|
{
|
|
"a": 1,
|
|
"b": 1,
|
|
"g": 1,
|
|
"pos": 1,
|
|
"r": 1
|
|
}
|
|
],
|
|
"type": "Gradient"
|
|
},
|
|
"label": "Gradient",
|
|
"longdesc": "Gradient to be spread on the image",
|
|
"name": "gradient",
|
|
"shortdesc": "Gradient",
|
|
"type": "gradient"
|
|
}
|
|
]
|
|
},
|
|
"type": "shader"
|
|
} |