Initial import of NODEDC BIM Viewer
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "otcConferenceCenter",
|
||||
"name": "OTC Conference Center",
|
||||
"models": [
|
||||
{
|
||||
"id": "design",
|
||||
"name": "OTC Conference Center Design",
|
||||
"useDataTextures": {
|
||||
"enableViewFrustumCulling": true,
|
||||
"targetLodFps": 20,
|
||||
"disableVertexWelding": true,
|
||||
"disableIndexRebucketing": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"viewerConfigs": {
|
||||
"backgroundColor": [
|
||||
0.95,
|
||||
0.95,
|
||||
1.0
|
||||
],
|
||||
"objectColors": {
|
||||
"IfcSpace": {
|
||||
"opacity": 0.3
|
||||
},
|
||||
"IfcWindow": {
|
||||
"opacity": 0.4
|
||||
},
|
||||
"IfcOpeningElement": {
|
||||
"opacity": 0.3
|
||||
},
|
||||
"IfcPlate": {
|
||||
"opacity": 0.3
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewerContent": {
|
||||
"modelsLoaded": [
|
||||
"design"
|
||||
]
|
||||
},
|
||||
"viewerState": {
|
||||
"tabOpen": "objects",
|
||||
"expandObjectsTree": 3,
|
||||
"expandClassesTree": 1,
|
||||
"expandStoreysTree": 1
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user