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.
- package/dist/index.mjs +1 -1
- 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 =
|
|
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");
|