@inweb/viewer-three 26.8.2 → 26.9.0

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.
@@ -110058,10 +110058,6 @@ void main() {
110058
110058
  this.models = [];
110059
110059
  this.scene.clear();
110060
110060
  this.helpers.clear();
110061
- this.models.forEach((model) => model.dispose());
110062
- this.models = [];
110063
- this.helpers.clear();
110064
- this.scene.clear();
110065
110061
  this.syncOptions();
110066
110062
  this.syncOverlay();
110067
110063
  this.update(true);