engine/bin/data/scenes/sourceengine/scene.json

35 lines
700 B
JSON

{
"import": "/scene.json",
"assets": [
"./sourceengine.json"
// "./loading.json"
],
"metadata": {
"light": {
"ambient": [ 0, 0, 0 ],
// "ambient": [ 0.05, 0.05, 0.05 ],
// "ambient": [ 0.15, 0.15, 0.15 ],
// "ambient": [ 0.5, 0.5, 0.5 ],
// "ambient": [ 0.8, 0.8, 0.8 ],
// "ambient": [ 0.1, 0.1, 0.2 ],
"exposure": 0.25,
"gamma": 2.2,
"brightnessThreshold": 1.2,
"fog": {
"color": [ 0.1, 0.1, 0.1 ],
"range": [ 64, 256 ],
"step scale": 2,
"absorbtion": 0.0125,
"density": {
"threshold": 0.35,
"multiplier": 5.0,
"scale": 25.0,
"offset": [0.2, 0, 1],
"timescale": 8
}
}
}
}
}