28 lines
529 B
JSON
28 lines
529 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": 1, // 0.125,
|
|
"gamma": 2.2, // 2.2,
|
|
|
|
"bloom": {
|
|
"threshold": 1.2,
|
|
"scale": 1.0,
|
|
"strength": 1,
|
|
"sigma": 1.0,
|
|
"samples": 4
|
|
}
|
|
}
|
|
}
|
|
} |