69 lines
846 B
Plaintext
69 lines
846 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": [
|
|
0.0,
|
|
0.0,
|
|
10.0
|
|
],
|
|
"rotation": [
|
|
1.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
"scale": [
|
|
1.0,
|
|
1.0,
|
|
1.0
|
|
]
|
|
}
|
|
} |