feat: add dof

This commit is contained in:
neru
2026-01-02 01:11:00 -03:00
parent f7a3539852
commit c33d61f765
+2
View File
@@ -611,6 +611,8 @@ export default function Home() {
luminanceSmoothing={0.1}
/>
<Pixelation />
<Vignette />
<DepthOfField target={[0, 5, 0]} focalLength={50} bokehScale={5} />
</EffectComposer>
<Environment files={'hdr/sky.hdr'} environmentIntensity={1} background />