@inweb/viewer-visualize 27.1.10 → 27.2.1

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.
@@ -2929,6 +2929,7 @@ class InfoComponent {
2929
2929
  this.viewer.info.optimizedScene.edges = 0;
2930
2930
  this.viewer.info.memory.geometries = 0;
2931
2931
  this.viewer.info.memory.geometryBytes = 0;
2932
+ this.viewer.info.memory.optimizedGeometryBytes = 0;
2932
2933
  this.viewer.info.memory.textures = 0;
2933
2934
  this.viewer.info.memory.textureBytes = 0;
2934
2935
  this.viewer.info.memory.materials = 0;
@@ -4086,7 +4087,7 @@ class Viewer extends EventEmitter2 {
4086
4087
  return this._markup;
4087
4088
  }
4088
4089
  configure(params) {
4089
- this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/27.1/Visualize.js";
4090
+ this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/master/Visualize.js";
4090
4091
  this._crossOrigin = params.crossOrigin;
4091
4092
  return this;
4092
4093
  }