{ "entities": [ { "name": "sun", "components": [ { "type": "Transform", "position": "66,56,25" }, { "type": "Light", "kind": 1, "color": "1,1,1" } ] }, { "name": "preview sphere", "components": [ { "type": "Transform", "position": "0,0,0" }, { "type": "Mesh", "path": "sphere.obj", "material": "test.material" } ] }, { "name": "preview camera", "components": [ { "type": "Transform", "position": "0,0,2" }, { "type": "Camera", "fov": 75 } ] } ], "environment": { "color": "0,0,0" } }