From 1c70ffd80d9e5e879bf41b48c9946b3a9e3b1295 Mon Sep 17 00:00:00 2001 From: neru <152752583+neeeruuu@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:44:54 -0300 Subject: [PATCH] style: reduce grass instance count --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f4eeba..f1db3ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -678,10 +678,9 @@ export default function Home() { hillScale={0.1} hillHeight={6.0} detailScale={1.0} - // detailHeight={0.1} detailHeight={0.2} wireframe={false} - grassCount={8000} + grassCount={6000} grassSize={0.6} grassLOD={60} />