32 lines
487 B
JSON
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"
|
|
}
|
|
}
|
|
} |