material-maker/addons/material_maker/nodes/sdroundedshape.mmg

50 lines
671 B
Plaintext
Raw Normal View History

2019-11-06 08:30:36 +01:00
{
"name": "sdroundedshape",
"node_position": {
"x": 0,
"y": 0
},
"parameters": {
"bevel": 0,
"cx": 0,
"cy": 0,
"h": 0.08,
"k": 0.15,
"op": 0,
"r": 0.15,
2019-11-06 08:30:36 +01:00
"w": 0.28
},
"shader_model": {
"code": "",
"global": "",
2019-11-06 08:30:36 +01:00
"inputs": [
{
"default": "0.0",
"label": "",
"name": "in",
"type": "sdf2d"
2019-11-06 08:30:36 +01:00
}
],
"instance": "",
"name": "sdRoundedShape",
"outputs": [
{
"sdf2d": "$in($uv)-$r",
"type": "sdf2d"
2019-11-06 08:30:36 +01:00
}
],
"parameters": [
{
"control": "Radius1.x",
2019-11-06 08:30:36 +01:00
"default": 0,
"label": "",
"max": 1,
"min": 0,
"name": "r",
"step": 0.01,
"type": "float"
}
]
},
"type": "shader"
}