From e3ab9749888b0c7f6f94f54e5f2d9a3e27e196cc Mon Sep 17 00:00:00 2001 From: neru Date: Tue, 2 Jun 2026 03:45:04 -0300 Subject: [PATCH] style: reduce fov --- src/app/fear/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/fear/page.tsx b/src/app/fear/page.tsx index 5651cd5..280c9a1 100644 --- a/src/app/fear/page.tsx +++ b/src/app/fear/page.tsx @@ -78,7 +78,7 @@ export default function Fear() { shadows gl={{ antialias: true }} className='canvas' - camera={{ position: [0, 3, -5], fov: 65, far: 100 }} + camera={{ position: [0, 3, -5], fov: 55, far: 100 }} >