viral-viewer-2 6.7.2 → 6.7.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -29619,7 +29619,7 @@ class uC {
29619
29619
  }
29620
29620
  //#region N8AOPass
29621
29621
  initn8aoPass(e, t) {
29622
- this.n8aoPass = new cC(e, t), this.n8aoPass.configuration.aoSamples = 16, this.n8aoPass.configuration.denoiseRadius = 6, this.n8aoPass.configuration.intensity = 5, this.n8aoPass.configuration.aoRadius = 12, this.n8aoPass.configuration.quality = "Low", this.n8aoPass.configuration.gammaCorrection = !1, this.n8aoPass.configuration.distanceFalloff = 0.2, this.composer.addPass(this.n8aoPass);
29622
+ this.n8aoPass = new cC(e, t), this.n8aoPass.configuration.aoSamples = 16, this.n8aoPass.configuration.denoiseRadius = 6, this.n8aoPass.configuration.intensity = 5, this.n8aoPass.configuration.aoRadius = 12, this.n8aoPass.configuration.quality = "Low", this.n8aoPass.configuration.gammaCorrection = !1, this.n8aoPass.configuration.distanceFalloff = 5, this.composer.addPass(this.n8aoPass);
29623
29623
  }
29624
29624
  enableN8AOPass() {
29625
29625
  this.n8aoPass && this.n8aoPass.setDisplayMode("Combined");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "6.7.2",
3
+ "version": "6.7.3",
4
4
  "description": "",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",