mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
37 lines
475 B
Plaintext
37 lines
475 B
Plaintext
|
{
|
||
|
"name": "uniform_greyscale",
|
||
|
"node_position": {
|
||
|
"x": 0,
|
||
|
"y": 0
|
||
|
},
|
||
|
"parameters": {
|
||
|
"color": 0.5
|
||
|
},
|
||
|
"shader_model": {
|
||
|
"code": "",
|
||
|
"global": "",
|
||
|
"inputs": [
|
||
|
|
||
|
],
|
||
|
"instance": "",
|
||
|
"name": "Greyscale Uniform",
|
||
|
"outputs": [
|
||
|
{
|
||
|
"f": "$(color)",
|
||
|
"type": "f"
|
||
|
}
|
||
|
],
|
||
|
"parameters": [
|
||
|
{
|
||
|
"default": 0.5,
|
||
|
"label": "",
|
||
|
"max": 1,
|
||
|
"min": 0,
|
||
|
"name": "color",
|
||
|
"step": 0.01,
|
||
|
"type": "float"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"type": "shader"
|
||
|
}
|