fix: disable AA (already handled by SMAA)
This commit is contained in:
@@ -151,7 +151,7 @@ export default function Seal() {
|
|||||||
<Canvas
|
<Canvas
|
||||||
shadows
|
shadows
|
||||||
camera={{ position: [0, 5, 15], fov: 50, far: 100 }}
|
camera={{ position: [0, 5, 15], fov: 50, far: 100 }}
|
||||||
gl={{ antialias: true }}
|
gl={{ antialias: false, powerPreference: "high-performance" }}
|
||||||
className='canvas'
|
className='canvas'
|
||||||
>
|
>
|
||||||
<AmbientSound url="niko/snd/wind.mp3" volume={0.4}/>
|
<AmbientSound url="niko/snd/wind.mp3" volume={0.4}/>
|
||||||
|
|||||||
Reference in New Issue
Block a user