mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-04-30 10:57:56 +02:00
51 lines
969 B
Plaintext
51 lines
969 B
Plaintext
{
|
|
"name": "sdshow",
|
|
"node_position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"parameters": {
|
|
"bevel": 0.1
|
|
},
|
|
"shader_model": {
|
|
"code": "",
|
|
"global": "",
|
|
"inputs": [
|
|
{
|
|
"default": "0.0",
|
|
"label": "",
|
|
"longdesc": "The input shape",
|
|
"name": "in",
|
|
"shortdesc": "Input",
|
|
"type": "sdf2d"
|
|
}
|
|
],
|
|
"instance": "",
|
|
"longdesc": "Creates a greyscale image from a shape described as a 2D Signed Distance Function",
|
|
"name": "sdShow",
|
|
"outputs": [
|
|
{
|
|
"f": "clamp(-$in($uv)/max($bevel, 0.00001), 0.0, 1.0)",
|
|
"longdesc": "Shows the shape as a greyscale image",
|
|
"shortdesc": "Output",
|
|
"type": "f"
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"control": "None",
|
|
"default": 0,
|
|
"label": "Bevel",
|
|
"longdesc": "The width of the gradient at the edges of the shape",
|
|
"max": 1,
|
|
"min": 0,
|
|
"name": "bevel",
|
|
"shortdesc": "Bevel",
|
|
"step": 0.01,
|
|
"type": "float"
|
|
}
|
|
],
|
|
"shortdesc": "sdShow"
|
|
},
|
|
"type": "shader"
|
|
} |