NODEDC_BIM_VIEWER/app/data/projects/ManyModels/index.json

60 lines
1.3 KiB
JSON

{
"id": "ManyModels",
"name": "Many Models",
"models": [
{
"id": "Schependomlaan",
"name": "Schependomlaan",
"position": [
-100,
0,
0
],
"saoEnabled": true
},
{
"id": "Schependomlaan_invalid",
"name": "Schependomlaan Invalid",
"position": [
-100,
0,
0
],
"saoEnabled": true
},
{
"id": "OTCConferenceCenter",
"name": "OTC Conference Center",
"position": [
100,
0,
0
],
"saoEnabled": false
},
{
"id": "MAPFullPrecision",
"name": "Model with Full Precision",
"position": [
0,
0,
0
],
"saoEnabled": false
}
],
"viewerConfigs": {
"externalMetadata": true,
"backgroundColor": [
0.95,
0.95,
1.0
]
},
"viewerContent": {
"modelsLoaded": [
"Schependomlaan",
"OTCConferenceCenter"
]
}
}