PGRData/Resources/Client/Graphic/Bloom.json

101 lines
1.6 KiB
JSON
Raw Normal View History

2022-12-19 22:51:16 +05:30
[
{
2022-12-20 12:53:11 +05:30
"Level": 0,
"Enable": 0,
"DisplayName": "Close",
2022-12-25 16:16:20 +05:30
"Threshold": [
0.0,
0.0
],
"Intensity": [
0.0,
0.0
],
"BlurSize": [
0,
0
],
"BlurIterations": [
0,
0
],
"Saturation": [
0.0,
0.0
],
"SoftKnee": [
0.0,
0.0
],
"Radius": [
0,
0
]
2022-12-19 22:51:16 +05:30
},
{
2022-12-20 12:53:11 +05:30
"Level": 1,
"Enable": 1,
"DisplayName": "Standard",
2022-12-25 16:16:20 +05:30
"Threshold": [
0.65,
1.21
],
"Intensity": [
1.35,
1.26
],
"BlurSize": [
1,
4
],
"BlurIterations": [
2,
2
],
"Saturation": [
0.0,
0.5
],
"SoftKnee": [
0.6,
0.8
],
"Radius": [
1,
4
]
2022-12-19 22:51:16 +05:30
},
{
2022-12-20 12:53:11 +05:30
"Level": 2,
"Enable": 1,
"DisplayName": "Soft and smooth",
2022-12-25 16:16:20 +05:30
"Threshold": [
0.65,
1.21
],
"Intensity": [
1.35,
1.26
],
"BlurSize": [
1,
4
],
"BlurIterations": [
4,
4
],
"Saturation": [
0.4,
0.5
],
"SoftKnee": [
0.6,
0.8
],
"Radius": [
1,
4
]
2022-12-19 22:51:16 +05:30
}
]