Skip to content

Commit

Permalink
optimize effects
Browse files Browse the repository at this point in the history
  • Loading branch information
mbodge committed Oct 1, 2024
1 parent d12ca3d commit be4e160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/ThreeHero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function Scene(): JSX.Element {

function Effects() {
return (
<EffectComposer>
<EffectComposer multisampling={0} stencilBuffer={false}>
<Bloom mipmapBlur luminanceThreshold={1} intensity={1} />
<SMAA />
</EffectComposer>
Expand Down

0 comments on commit be4e160

Please sign in to comment.