{ "import": "/scene.json", "assets": [ // "./loading.json" "./cornell.json" ], "system": { "hot reload": { "enabled": true }, "renderer": { "clear values": [ [ 0, 0, 0, 0 ] ], "shader": { "mode": 1, "scalar": 16, "parameters": [ 0, 0, 0, "time" ] } } }, "metadata": { "menus": { "pause": "/gui/pause/menu.json" }, "bloom": { "scale": 1.0, "strength": 0.125, "sigma": 0.8, "samples": 5 }, "rt": { "defaultRayBounds": [ 0.001, 1024.0 ], "alphaTestOffset": 0.001, "samples": 1, "paths": 4, "frameAccumulationMinimum": 0 }, "light": { "exposure": 1.0, "gamma": 1.0, "brightnessThreshold": 1.2, // "ambient": [ 0.0, 0.0, 0.0 ], "ambient": [ 0.5, 0.5, 0.5 ], "fog": { "color": [ 0.025, 0.025, 0.1 ], "step scale": 0.0, "range": [ 1, 1 ], "absorbtion": 0.85, "density": { "threshold": 0.5, "multiplier": 5.0, "scale": 50.0, "offset": "time" } }, "should": true, "shadows": true } } }