@inweb/viewer-visualize 27.2.0 → 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;