{ "import": "/scene.json", "assets": [ "./audio/soundscape/ambience.ogg", "./sh2_mcdonalds.json" // "./loading.json" // "./static.json" ], "system": { "hot reload": { "enabled": true }, "renderer": { "shader": { "mode": 1, "scalar": 16, "parameters": [ 0, 0, 0, "time" ] }, "clear values": [ [ 1, 1, 1, 0 ] ] } }, "metadata": { "menus": { "pause": "/gui/pause/menu.json" }, "bloom": { "scale": 6.0, "strength": 0.125, "sigma": 0.125, "samples": 8 }, "light": { "exposure": 1.0, "gamma": 1.0, "brightnessThreshold": 1.2, // "ambient": [ 0, 0, 0 ], // "ambient": [ 0.025, 0.025, 0.025 ], // "ambient": [ 0.075, 0.075, 0.075 ], "ambient": [ 0.1, 0.1, 0.1 ], // "ambient": [ 0.4, 0.4, 0.4 ], "fog": { "color": [ 0.5, 0.5, 0.5 ], "range": [ 16, 32 ], "step scale": 2, "absorbtion": 0.01, "density": { "threshold": 0.35, "multiplier": 5.0, "scale": 25.0, "offset": [0, -1, 1], "timescale": 8 } }, "should": true, "shadows": true }, "noise": { "size": [ 32, 32, 32 ] }, "vxgi": { /* "limiter": 1, "size": 96, "dispatch": 8, "cascades": 2, "cascadePower": 4, "voxelizeScale": 1, "shadows": 0, */ "occlusionFalloff": 2, "traceStartOffsetFactor": 1, "granularity": 2, "extents": { "min": [ -1.5, -1.5, -1.5 ], "max": [ 1.5, 1.5, 1.5 ] } }, "rt": { "defaultRayBounds": [ 0.5, 1024.0 ], "alphaTestOffset": 1.125, "samples": 1, "paths": 1, "frameAccumulationMinimum": 0 } } }