rayzee 5.3.3 → 5.3.4

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.
package/dist/rayzee.es.js CHANGED
@@ -13271,7 +13271,7 @@ var Jc = new Float32Array(3), Yc = {
13271
13271
  });
13272
13272
  }
13273
13273
  setCanvasSize(e, t) {
13274
- this.canvas.style.width = `${e}px`, this.canvas.style.height = `${t}px`, this.denoisingManager?.syncCanvasStyle(e, t), !(e === 0 || t === 0) && (this.renderer.setPixelRatio(1), this.renderer.setSize(e, t, !1), this.cameraManager.camera.aspect = e / t, this.cameraManager.camera.updateProjectionMatrix(), clearTimeout(this._resizeDebounceTimer), this._applyRenderResize(e, t));
13274
+ this.denoisingManager?.syncCanvasStyle(e, t), !(e === 0 || t === 0) && (this.renderer.setPixelRatio(1), this.renderer.setSize(e, t, !1), this.cameraManager.camera.aspect = e / t, this.cameraManager.camera.updateProjectionMatrix(), clearTimeout(this._resizeDebounceTimer), this._applyRenderResize(e, t));
13275
13275
  }
13276
13276
  configureForMode(e, t = {}) {
13277
13277
  if (e === "results") {