Files
rust-engine/levels/test.lvl
2021-08-15 23:29:25 +02:00

69 lines
899 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": [
3.735453,
-0.27469593,
-7.2023296
],
"rotation": [
0.106049195,
0.0023422977,
-0.99411577,
-0.021956932
],
"scale": [
1.0,
1.0,
1.0
]
}
}