feat: add SMAA
This commit is contained in:
+3
-1
@@ -40,7 +40,8 @@ import {
|
|||||||
Pixelation,
|
Pixelation,
|
||||||
Vignette,
|
Vignette,
|
||||||
DepthOfField,
|
DepthOfField,
|
||||||
GodRays
|
GodRays,
|
||||||
|
SMAA
|
||||||
} from '@react-three/postprocessing';
|
} from '@react-three/postprocessing';
|
||||||
|
|
||||||
interface Shader {
|
interface Shader {
|
||||||
@@ -648,6 +649,7 @@ export default function Home() {
|
|||||||
luminanceThreshold={0.5}
|
luminanceThreshold={0.5}
|
||||||
luminanceSmoothing={0.1}
|
luminanceSmoothing={0.1}
|
||||||
/>
|
/>
|
||||||
|
<SMAA />
|
||||||
|
|
||||||
{/* {sealMesh ? (
|
{/* {sealMesh ? (
|
||||||
<GodRays
|
<GodRays
|
||||||
|
|||||||
Reference in New Issue
Block a user