fix: disable AA (already handled by SMAA)

This commit is contained in:
2026-06-01 16:47:37 -03:00
parent 67bf6325fa
commit 5665804b8f
+1 -1
View File
@@ -151,7 +151,7 @@ export default function Seal() {
<Canvas
shadows
camera={{ position: [0, 5, 15], fov: 50, far: 100 }}
gl={{ antialias: true }}
gl={{ antialias: false, powerPreference: "high-performance" }}
className='canvas'
>
<AmbientSound url="niko/snd/wind.mp3" volume={0.4}/>