From 0ba6446757f0d436758877388332c1dcc9b80cf6 Mon Sep 17 00:00:00 2001 From: neru <152752583+neeeruuu@users.noreply.github.com> Date: Fri, 2 Jan 2026 01:23:07 -0300 Subject: [PATCH] feat: add godrays --- src/app/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 ? + : <> + }