35 lines
811 B
Text
35 lines
811 B
Text
{
|
|
"entities": [
|
|
{
|
|
"name": "suzanne",
|
|
"components": [
|
|
{
|
|
"type": "Transform",
|
|
"position": "0,0,0"
|
|
},
|
|
{
|
|
"type": "Mesh",
|
|
"path": "scene.obj",
|
|
"material": "test.material"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "sun",
|
|
"components": [
|
|
{
|
|
"type": "Transform",
|
|
"position": "66,56,25"
|
|
},
|
|
{
|
|
"type": "Light",
|
|
"kind": 1,
|
|
"color": "1,1,1"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"environment": {
|
|
"color": "0.1,0.1,0.8"
|
|
}
|
|
}
|