@bimdata/bcf-components 6.3.0-rc.1 → 6.3.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/config.js +4 -4
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -40,7 +40,7 @@ const VIEWPOINT_TYPES = Object.freeze({
|
|
|
40
40
|
IFC2D: "ifc2d",
|
|
41
41
|
DWG: "dwg",
|
|
42
42
|
PLAN: "plan",
|
|
43
|
-
|
|
43
|
+
PHOTOSPHERE: "photosphere",
|
|
44
44
|
});
|
|
45
45
|
|
|
46
46
|
const VIEWPOINT_CONFIG = Object.freeze({
|
|
@@ -68,9 +68,9 @@ const VIEWPOINT_CONFIG = Object.freeze({
|
|
|
68
68
|
plugin: "plan",
|
|
69
69
|
icon: "filePlanPolychrome",
|
|
70
70
|
},
|
|
71
|
-
[VIEWPOINT_TYPES.
|
|
72
|
-
window: "
|
|
73
|
-
plugin: "
|
|
71
|
+
[VIEWPOINT_TYPES.PHOTOSPHERE]: {
|
|
72
|
+
window: "photosphere",
|
|
73
|
+
plugin: "photosphere",
|
|
74
74
|
icon: "filePlanPolychrome",
|
|
75
75
|
},
|
|
76
76
|
});
|