@xeokit/xeokit-sdk 2.6.81 → 2.6.82

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xeokit/xeokit-sdk",
3
- "version": "2.6.81",
3
+ "version": "2.6.82",
4
4
  "description": "3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision",
5
5
  "module": "./dist/xeokit-sdk.es.js",
6
6
  "main": "./dist/xeokit-sdk.cjs.js",
@@ -789,6 +789,7 @@ class BCFViewpointsPlugin extends Plugin {
789
789
  }
790
790
 
791
791
  if (bcfViewpoint.components.coloring) {
792
+ scene.setObjectsColorized(scene.colorizedObjectIds, null);
792
793
  bcfViewpoint.components.coloring.forEach(coloring => {
793
794
 
794
795
  let color = coloring.color;