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 +1 -1
- package/dist/rayzee.es.js.map +1 -1
- package/dist/rayzee.umd.js +1 -1
- package/dist/rayzee.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/PathTracerApp.js +0 -2
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.
|
|
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") {
|