mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
52 lines
846 B
Plaintext
52 lines
846 B
Plaintext
{
|
|
"name": "sdf3d_cylinder",
|
|
"node_position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"parameters": {
|
|
"l": 0.4,
|
|
"r": 0.2,
|
|
"sx": 0.25,
|
|
"sy": 0.25,
|
|
"sz": 0.5
|
|
},
|
|
"shader_model": {
|
|
"code": "vec2 $(name_uv)_d = abs(vec2(length($uv.xz),$uv.y)) - vec2($r,$l);\n",
|
|
"global": "",
|
|
"inputs": [
|
|
|
|
],
|
|
"instance": "",
|
|
"name": "Cylinder",
|
|
"outputs": [
|
|
{
|
|
"sdf3d": "min(max($(name_uv)_d.x,$(name_uv)_d.y),0.0) + length(max($(name_uv)_d,0.0))",
|
|
"type": "sdf3d"
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"control": "Rect1.y",
|
|
"default": 0.5,
|
|
"label": "Length",
|
|
"max": 1,
|
|
"min": 0,
|
|
"name": "l",
|
|
"step": 0.01,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"control": "Rect1.x",
|
|
"default": 0.2,
|
|
"label": "Radius",
|
|
"max": 1,
|
|
"min": 0,
|
|
"name": "r",
|
|
"step": 0.01,
|
|
"type": "float"
|
|
}
|
|
]
|
|
},
|
|
"type": "shader"
|
|
} |