style: misc fx tweaks

This commit is contained in:
neru
2026-01-02 01:12:43 -03:00
parent 5579308470
commit 6d21c9a94c
+4 -4
View File
@@ -605,15 +605,15 @@ export default function Home() {
className='canvas'
>
<EffectComposer>
<Noise opacity={0.1} />
<DepthOfField target={[0, 5, 0]} focalLength={50} bokehScale={5} />
<Pixelation granularity={6} />
<Vignette />
<Noise opacity={0.05} />
<Bloom
intensity={2.2}
luminanceThreshold={0.5}
luminanceSmoothing={0.1}
/>
{/* <Pixelation granularity={10} /> */}
<Vignette />
<DepthOfField target={[0, 5, 0]} focalLength={50} bokehScale={5} />
</EffectComposer>
<Environment files={'hdr/sky.hdr'} environmentIntensity={1} background />