From 35f3c74663ad981885d8ef0202317cafe85daa61 Mon Sep 17 00:00:00 2001
From: neru <152752583+neeeruuu@users.noreply.github.com>
Date: Fri, 2 Jan 2026 02:22:54 -0300
Subject: [PATCH] feat: add SMAA
---
src/app/page.tsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 ? (