Files
rust-engine/levels/test.lvl
2021-10-21 10:43:13 +02:00

69 lines
893 B
Plaintext

{
"meshes": [
{
"path": "models/plane.gltf"
},
{
"path": "models/box.gltf"
}
],
"objects": [
{
"mesh_index": 0,
"position": [
0.0,
0.0,
0.0
],
"rotation": [
1.0,
0.0,
0.0,
0.0
],
"scale": [
1.0,
1.0,
1.0
]
},
{
"mesh_index": 1,
"position": [
-2.0,
0.0,
0.0
],
"rotation": [
1.0,
0.0,
0.0,
0.0
],
"scale": [
1.0,
1.0,
1.0
]
}
],
"player": {
"mesh_index": null,
"position": [
2.5716693,
1.304583,
-8.255934
],
"rotation": [
-0.23996419,
-0.011724341,
0.9695545,
0.047371186
],
"scale": [
1.0,
1.0,
1.0
]
}
}