-
Notifications
You must be signed in to change notification settings - Fork 7
3D Visualization Effects
Ruben de Laat edited this page Feb 23, 2018
·
6 revisions
This schema is meant to be used to give an alternative visualization to a model, without modifying the model itself (and uploading a new revision to BIMserver).
The visualization info is an Extended Data Schema. It's unique name is 3D_VIS_JSON_1.0
BIMvie.ws will show a checkbox in the 3D view which will allow the user to turn on/off the alternative visualization.
Example JSON (result of a clashdetection, some objects will be red, based on their GUIDs):
{
"name": "Clashes",
"changes": [
{
"selector": {
"guids": [
"0364AbLnv3Wvjw4c2T7Syy",
"16dbP6WTv2uBd8ZPQTaiGr",
"1eUoWeq0X4xeNH9qrA_T51",
"2MawO371X7px$4oZEvGWjY",
"06W4jvUIjD_v1Bjvgbrx5H",
"1_36fbufX4ugWMtqEiij7m",
"05UYVl82vAa8mFc3FMTYL7",
"2GynpITBXDyeEQKd2YgPdh",
"1hmUg1hfv4UPf0UtHFe7ta",
"08u2EMNSnBL8Izk3LNHAwK",
"37ZZt1nzL2nu6PjSr0Wa2a"
]
},
"effect": {
"color": {
"r": 1,
"g": 0,
"b": 0,
"a": 0.7
}
}
}
]
}