Skip to content

Commit

Permalink
Add XKT v8 model from OpenProject
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Mar 4, 2024
1 parent be4e64c commit 2a27f46
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions app/data/projects/OpenProject/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"id": "OpenProject",
"name": "OpenProject",
"models": [
{
"id": "Test",
"name": "Test Model"
}
],
"viewerConfigs": {
"externalMetadata": false,
"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": [
"Test"
]
},
"viewerState": {
"tabOpen": "objects",
"expandObjectsTree": 3,
"expandClassesTree": 1,
"expandStoreysTree": 1
}
}

Binary file not shown.

0 comments on commit 2a27f46

Please sign in to comment.