Load and save level
This commit is contained in:
28
levels/test.lvl
Normal file
28
levels/test.lvl
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user