Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graph/data/matpreview.world

49 lines
1.1 KiB
Text
Executable file

{
"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": "basic.material"
}
]
},
{
"name": "preview camera",
"components": [
{
"type": "Transform",
"position": "0,0,2"
},
{
"type": "Camera",
"fov": 75
}
]
}
],
"environment": {
"color": "0,0,0"
}
}