Files
nodarium/nodes/max/plantarium/noise/src/input.json

25 lines
334 B
JSON

{
"id": "max/plantarium/noise",
"outputs": [
"plant"
],
"inputs": {
"plant": {
"type": "plant"
},
"scale": {
"type": "float",
"min": 0.1,
"max": 100
},
"strength": {
"type": "float",
"min": 0.1,
"max": 100
},
"seed": {
"type": "seed"
}
}
}