@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.
@@ -5059,10 +5059,6 @@ class Viewer extends EventEmitter2 {
5059
5059
  this.models = [];
5060
5060
  this.scene.clear();
5061
5061
  this.helpers.clear();
5062
- this.models.forEach((model => model.dispose()));
5063
- this.models = [];
5064
- this.helpers.clear();
5065
- this.scene.clear();
5066
5062
  this.syncOptions();
5067
5063
  this.syncOverlay();
5068
5064
  this.update(true);