27 lines
360 B
JSON
27 lines
360 B
JSON
{
|
|
"name": "Test Cube",
|
|
|
|
"assets": {
|
|
"rosa": {
|
|
"type": "texture",
|
|
"path": "rosa.texture"
|
|
}
|
|
},
|
|
|
|
"position": [ 0, 0, 0 ],
|
|
|
|
"components": {
|
|
"mat": {
|
|
"type": "SimpleTexturedMaterial",
|
|
"color": "blue"
|
|
},
|
|
|
|
"renderer": {
|
|
"type": "MeshRenderer"
|
|
},
|
|
|
|
"mesh": {
|
|
"type": "CubeMesh"
|
|
}
|
|
}
|
|
} |