diff --git a/src/app/page.tsx b/src/app/page.tsx index a81af5e..1673d6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,8 @@ import { Pixelation, Vignette, DepthOfField, - GodRays + GodRays, + SMAA } from '@react-three/postprocessing'; interface Shader { @@ -648,6 +649,7 @@ export default function Home() { luminanceThreshold={0.5} luminanceSmoothing={0.1} /> + {/* {sealMesh ? (