Files
rust-engine/levels/test.lvl
2020-11-28 23:25:29 +01:00

28 lines
332 B
Plaintext

{
"meshes": [
{
"path": "models/plane.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
]
}
]
}