27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"import": "/scene.json",
|
|
"assets": [
|
|
{ "filename": "./audio/music/medsci1.ogg", "category": "audio-stream", "override": true, "streamed": true },
|
|
// "./loading.json"
|
|
"./medsci.json"
|
|
],
|
|
"metadata": {
|
|
"light": {
|
|
"ambient": [ 0.0, 0.0, 0.0 ],
|
|
// "ambient": [ 0.1, 0.1, 0.2 ],
|
|
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |