style: reduce fov

This commit is contained in:
2026-06-02 03:45:04 -03:00
parent e4a0c57e79
commit e3ab974988
+1 -1
View File
@@ -78,7 +78,7 @@ export default function Fear() {
shadows shadows
gl={{ antialias: true }} gl={{ antialias: true }}
className='canvas' className='canvas'
camera={{ position: [0, 3, -5], fov: 65, far: 100 }} camera={{ position: [0, 3, -5], fov: 55, far: 100 }}
> >
<FearStateUpdater /> <FearStateUpdater />