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

40 lines
449 B
Plaintext

{
"name": "decompose",
"node_position": {
"x": 0,
"y": 0
},
"parameters": {
},
"shader_model": {
"global": "",
"inputs": [
{
"default": "vec4(1.0)",
"label": "",
"name": "i",
"type": "rgba"
}
],
"instance": "",
"name": "Decompose",
"outputs": [
{
"f": "$i($uv).r"
},
{
"f": "$i($uv).g"
},
{
"f": "$i($uv).b"
},
{
"f": "$i($uv).a"
}
],
"parameters": [
]
}
}