style: misc fx tweaks
This commit is contained in:
+4
-4
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user