Files
rust-engine/levels/test.lvl
2021-02-21 15:02:21 +01:00

69 lines
888 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": [
0.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.0608184,
-1.0,
-3.0598369
],
"rotation": [
0.15801395,
0.031636234,
0.96772224,
0.19375017
],
"scale": [
1.0,
1.0,
1.0
]
}
}