fix: dof wrong target, low focal length
This commit is contained in:
+1
-1
@@ -624,7 +624,7 @@ export default function Home() {
|
||||
className='canvas'
|
||||
>
|
||||
<EffectComposer>
|
||||
<DepthOfField target={[0, 5, 0]} focalLength={10} bokehScale={5} />
|
||||
<DepthOfField target={[0, 3, 0]} focalLength={20} bokehScale={5} />
|
||||
<Vignette />
|
||||
<Noise opacity={0.05} />
|
||||
<Bloom
|
||||
|
||||
Reference in New Issue
Block a user