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

28 lines
522 B
JSON

{
"imports": [
"/scene.json",
"./sourceengine.json"
],
"assets": [
// { "filename": "./loading.json", "delay": 0.5 }
],
"metadata": {
"light": {
"fog-": {
// "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
}
}
}
}
}