style: reduce noise opacity

This commit is contained in:
2026-06-02 04:43:52 -03:00
parent f1ab2b692d
commit ab3bf047d4
+1 -1
View File
@@ -30,7 +30,7 @@ function PostProcessing() {
return (<EffectComposer>
<Pixelation granularity={wasCaught ? 18 : 10} />
<Vignette />
<Noise opacity={wasCaught ? 0.01 : 0.005} />
<Noise opacity={wasCaught ? 0.01 : 0.003} />
<BrightnessContrast
brightness={-0.01}
contrast={0.05}