feat: add SMAA

This commit is contained in:
neru
2026-01-02 02:22:54 -03:00
parent 0d097aa643
commit 35f3c74663
+3 -1
View File
@@ -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}
/>
<SMAA />
{/* {sealMesh ? (
<GodRays