117 lines
2.6 KiB
JSON
117 lines
2.6 KiB
JSON
{
|
|
"init": "assets/lua/scene1-init.lua",
|
|
"entities": [
|
|
{
|
|
"id": { "id": 12312312 },
|
|
"tag": { "tag": "Camera" },
|
|
"transform" : {
|
|
"translate": [0.0, 0.0, 1.0],
|
|
"rotate": [0.0, 0.0, -1.0],
|
|
"scale": [1.0, 1.0, 1.0]
|
|
},
|
|
"camera": { "type": "perspective" },
|
|
"lua-scripts": [
|
|
{ "path": "assets/lua/cameracontroller.lua" }
|
|
]
|
|
},
|
|
{
|
|
"id": { "id": 212563732 },
|
|
"tag": { "tag": "Skybox" },
|
|
"transform" : {
|
|
"translate": [0.0, 0.0, 0.0],
|
|
"rotate": [0.0, 0.0, 0.0],
|
|
"scale": [100.0, 100.0, 100.0]
|
|
},
|
|
"cubemap": {
|
|
"color": [ 1.0, 1.0, 1.0, 1.0 ],
|
|
"texture": "assets/gfx/skybox.jpg"
|
|
}
|
|
},
|
|
{
|
|
"id": { "id": 564564564 },
|
|
"tag": { "tag": "Quad" },
|
|
"transform" : {
|
|
"translate": [ 0.0, 0.0, 0.0 ],
|
|
"rotate": [ 0.0, 0.0, 0.0 ],
|
|
"scale": [ 1.0, 1.0, 1.0 ]
|
|
},
|
|
"model": {
|
|
"color": [ 1.0, 1.0, 1.0, 1.0 ],
|
|
"model": "assets/model/quad.obj",
|
|
"texture": "assets/gfx/test.png"
|
|
}
|
|
},
|
|
{
|
|
"id": { "id": 97897897 },
|
|
"tag": { "tag": "Quad 2" },
|
|
"transform" : {
|
|
"translate": [ 2.5, 0.0, 0.0 ],
|
|
"rotate": [ 0.0, 0.0, 0.0 ],
|
|
"scale": [ 1.0, 1.0, 1.0 ]
|
|
},
|
|
"model": {
|
|
"color": [ 0.5, 0.6, 0.8, 1.0 ],
|
|
"model": "assets/model/quad.obj",
|
|
"texture": "assets/gfx/test.png"
|
|
}
|
|
},
|
|
{
|
|
"id": { "id": 3424242 },
|
|
"tag": { "tag": "Quad 3" },
|
|
"transform" : {
|
|
"translate": [ 5.0, 1.0, 0.0 ],
|
|
"rotate": [ 0.0, 0.0, -20.0 ],
|
|
"scale": [ 1.0, 1.0, 1.0 ]
|
|
},
|
|
"model": {
|
|
"color": [ 1.0, 1.0, 1.0, 1.0 ],
|
|
"model": "assets/model/quad.obj",
|
|
"texture": "assets/gfx/test-inverted.png"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": { "id": 4345472 },
|
|
"tag": { "tag": "Quad 4" },
|
|
"transform" : {
|
|
"translate": [ 1.7, 0.0, 0.0 ],
|
|
"rotate": [ 0.0, 0.0, 0.0 ],
|
|
"scale": [ 0.5, 0.5, 1.0 ]
|
|
},
|
|
"model": {
|
|
"color": [ 1.0, 1.0, 1.0, 1.0 ],
|
|
"model": "assets/model/quad.obj",
|
|
"texture": "assets/gfx/test-inverted.png"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": { "id": 5234723 },
|
|
"tag": { "tag": "Quad 5" },
|
|
"transform" : {
|
|
"translate": [ 2.0, 0.0, 0.0 ],
|
|
"rotate": [ 0.0, 0.0, -20.0 ],
|
|
"scale": [ 0.5, 0.5, 1.0 ]
|
|
},
|
|
"model": {
|
|
"color": [ 1.0, 1.0, 1.0, 1.0 ],
|
|
"model": "assets/model/quad.obj",
|
|
"texture": "assets/gfx/test-inverted.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": { "id": 675754 },
|
|
"tag": { "tag": "Text" },
|
|
"text": {
|
|
"content": "Hello World!",
|
|
"font": "assets/fnt/open-sans",
|
|
"font-size": 24,
|
|
"line-spacing": 1.0,
|
|
"width": 150
|
|
}
|
|
}
|
|
]
|
|
}
|