mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
39 lines
462 B
Plaintext
39 lines
462 B
Plaintext
{
|
|
"name": "uniform",
|
|
"node_position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"parameters": {
|
|
"color": {
|
|
"a": 1,
|
|
"b": 1,
|
|
"g": 1,
|
|
"r": 1,
|
|
"type": "Color"
|
|
}
|
|
},
|
|
"shader_model": {
|
|
"global": "",
|
|
"instance": "",
|
|
"name": "Uniform",
|
|
"outputs": [
|
|
{
|
|
"rgba": "$(color)"
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"default": {
|
|
"a": 1,
|
|
"b": 1,
|
|
"g": 1,
|
|
"r": 1
|
|
},
|
|
"label": "",
|
|
"name": "color",
|
|
"type": "color"
|
|
}
|
|
]
|
|
}
|
|
} |