@jdultra/threedtiles 13.2.2 → 13.2.3

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.
@@ -7572,7 +7572,7 @@ class Jo extends L.Object3D {
7572
7572
  this.splatsCPUCulling = e, this.splatsMesh && this.splatsMesh.setSplatsCPUCulling(e);
7573
7573
  }
7574
7574
  setSplatsQuality(e) {
7575
- this.splatsMesh && this.splatsMesh.setQuality(splatsCPUCulling);
7575
+ this.splatsQuality = e, this.splatsMesh && this.splatsMesh.setQuality(e);
7576
7576
  }
7577
7577
  updateMatrices() {
7578
7578
  this.updateMatrix(), this.splatsMesh && this.splatsMesh.updateMatrix(), this.static && (this.traverse((e) => {