1{
2    "version": 1.0,
3    "name": "CORE3D_POST_PROCESS_CAM",
4    "postProcessConfiguration": {
5        "enableFlags": "bloom | vignette | color_fringe | tonemap",
6        "bloomConfiguration": {
7            "bloomType": "normal",
8            "bloomQualityType": "normal",
9            "thresholdHard": 1.0,
10            "thresholdSoft": 2.0,
11            "amountCoefficient": 0.085,
12            "dirtMaskCoefficient": 0.0
13        },
14        "vignetteConfiguration": {
15            "coefficient": 0.5,
16            "power": 0.4
17        },
18        "colorFringeConfiguration": {
19            "distanceCoefficient": 2.0,
20            "coefficient": 1.0
21        },
22        "grainConfiguration": {
23            "pixelSize": 1.0,
24            "coefficient": 0.2
25        },
26        "tonemapConfiguration": {
27            "tonemapType": "aces",
28            "exposure": 0.7
29        },
30        "ditherConfiguration": {
31            "ditherType": "interleaved_noise"
32        },
33        "colorConversionConfiguration": {
34            "conversionFunctionType": "linear"
35        },
36        "blurConfiguration": {
37            "blurType": "normal",
38            "blurQualityType": "normal",
39            "filterSize": 1.0,
40            "maxMipLevel": 8
41        },
42        "antialiasingConfiguration": {
43            "sharpness": "sharp",
44            "quality": "medium"
45        }
46    }
47}