Dawn/assets/test_scene.json
2024-12-02 20:00:54 -06:00

32 lines
487 B
JSON

{
"name": "Test Scene",
"assets": {
"rosa": {
"type": "texture",
"path": "rosa.texture"
},
"cube": {
"type": "prefab",
"path": "test_cube.json"
}
},
"items": {
"camera": {
"lookAt": {
"position": [ 3, 3, 3 ],
"look": [ 0, 0, 0 ],
"view": [ 0, 1, 0 ]
},
"components": {
"camera": {
"type": "Camera"
}
}
},
"cube": {
"prefab": "cube"
}
}
}