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

13 lines
200 B
JSON

{
"import": "/scene.json",
"assets": [
// "./loading.json"
"./cornell.json"
],
"metadata": {
"light": {
// "ambient": [ 0.0, 0.0, 0.0 ],
"ambient": [ 0.5, 0.5, 0.5 ]
}
}
}