File size: 901 Bytes
dd42e1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | {
"stages": {
"paths": {
".glb": [
"*/*.glb"
]
},
"default_attributes": {
"shader_type": "flat",
"nav_asset": "%%CONFIG_NAME_AS_ASSET_FILENAME%%.navmesh",
"semantic_asset": "%%CONFIG_NAME_AS_ASSET_FILENAME%%_semantic.ply",
"semantic_descriptor_filename": "%%CONFIG_NAME_AS_ASSET_FILENAME%%.house",
"up": [
0,
0,
1
],
"front": [
0,
1,
0
],
"semantic_up": [
0,
1,
0
],
"semantic_front": [
0,
0,
-1
],
"origin": [
0,
0,
0
]
}
},
"objects": {},
"light_setups": {},
"scene_instances": {
"default_attributes": {
"default_lighting": "no_lights"
}
}
} |