1{ 2 "version": 1.0, 3 "name": "PostProcessCore", 4 "postProcessConfiguration": { 5 "enableFlags": "bloom | vignette | color_fringe | tonemap", 6 "bloomConfiguration": { 7 "thresholdHard": 1.0, 8 "thresholdSoft": 2.0, 9 "amountCoefficient": 0.1, 10 "dirtMaskCoefficient": 0.0 11 }, 12 "vignetteConfiguration": { 13 "coefficient": 0.5, 14 "power": 0.4 15 }, 16 "colorFringeConfiguration": { 17 "distanceCoefficient": 2.0, 18 "coefficient": 1.0 19 }, 20 "grainConfiguration": { 21 "pixelSize": 1.0, 22 "coefficient": 0.2 23 }, 24 "tonemapConfiguration": { 25 "tonemapType": "aces", 26 "exposure": 0.7 27 }, 28 "colorConversionConfiguration": { 29 "conversionFunctionType": "linear" 30 } 31 } 32}