Files
rust-engine/levels/test.lvl
2021-10-14 02:15:37 +02:00

69 lines
890 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": [
8.637261,
1.304583,
-7.3298244
],
"rotation": [
0.22436175,
-0.6880533,
-0.21394368,
0.6561041
],
"scale": [
1.0,
1.0,
1.0
]
}
}