style: misc fx tweaks
This commit is contained in:
+4
-4
@@ -605,15 +605,15 @@ export default function Home() {
|
|||||||
className='canvas'
|
className='canvas'
|
||||||
>
|
>
|
||||||
<EffectComposer>
|
<EffectComposer>
|
||||||
<Noise opacity={0.1} />
|
<DepthOfField target={[0, 5, 0]} focalLength={50} bokehScale={5} />
|
||||||
|
<Pixelation granularity={6} />
|
||||||
|
<Vignette />
|
||||||
|
<Noise opacity={0.05} />
|
||||||
<Bloom
|
<Bloom
|
||||||
intensity={2.2}
|
intensity={2.2}
|
||||||
luminanceThreshold={0.5}
|
luminanceThreshold={0.5}
|
||||||
luminanceSmoothing={0.1}
|
luminanceSmoothing={0.1}
|
||||||
/>
|
/>
|
||||||
{/* <Pixelation granularity={10} /> */}
|
|
||||||
<Vignette />
|
|
||||||
<DepthOfField target={[0, 5, 0]} focalLength={50} bokehScale={5} />
|
|
||||||
</EffectComposer>
|
</EffectComposer>
|
||||||
|
|
||||||
<Environment files={'hdr/sky.hdr'} environmentIntensity={1} background />
|
<Environment files={'hdr/sky.hdr'} environmentIntensity={1} background />
|
||||||
|
|||||||
Reference in New Issue
Block a user