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

26 lines
512 B
JSON

{
"import": "/scene.json",
"assets": [
"./sourceengine.json"
// { "filename": "./loading.json", "delay": 0.5 }
],
"metadata": {
"light": {
"fog-0": {
// "color": [ 0.1, 0.1, 0.1 ],
// "color": [ 0.2, 0.2, 0.2 ],
"color": [ 0.3, 0.3, 0.3 ],
"range": [ 64, 256 ],
"step scale": 4,
"absorbtion": 0.125,
"density": {
"threshold": 0.35,
"multiplier": 1.0,
"scale": 25.0,
"offset": [0.2, 0, 1],
"timescale": 32
}
}
}
}
}