diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a25a69..6a0ad5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,8 @@ import { Noise, Pixelation, Vignette, - DepthOfField + DepthOfField, + GodRays } from '@react-three/postprocessing'; interface Shader { @@ -618,6 +619,18 @@ export default function Home() { luminanceThreshold={0.5} luminanceSmoothing={0.1} /> + {sealMesh ? + : <> + }