Layer stacking
This commit is contained in:
@@ -67,6 +67,33 @@
|
||||
"min": 0.0,
|
||||
"max": 0.5,
|
||||
"step": 0.01
|
||||
},
|
||||
{
|
||||
"id": "bloomAmount",
|
||||
"label": "Bloom",
|
||||
"type": "float",
|
||||
"default": 0.18,
|
||||
"min": 0.0,
|
||||
"max": 0.6,
|
||||
"step": 0.01
|
||||
},
|
||||
{
|
||||
"id": "fadeAmount",
|
||||
"label": "Fade",
|
||||
"type": "float",
|
||||
"default": 0.22,
|
||||
"min": 0.0,
|
||||
"max": 0.75,
|
||||
"step": 0.01
|
||||
},
|
||||
{
|
||||
"id": "noiseAmount",
|
||||
"label": "Noise",
|
||||
"type": "float",
|
||||
"default": 0.055,
|
||||
"min": 0.0,
|
||||
"max": 0.2,
|
||||
"step": 0.005
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user