From 74c6963290029b24f3a2849f886b32d8104c3305 Mon Sep 17 00:00:00 2001 From: neru <152752583+neeeruuu@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:41:02 -0300 Subject: [PATCH] fix: restore terrain parameters --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bf8cec..d633108 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -676,11 +676,10 @@ export default function Home() { resolution={8.0} scale={1} hillScale={0.1} - hillHeight={0.0} - // hillHeight={6.0} + hillHeight={6.0} detailScale={1.0} // detailHeight={0.1} - detailHeight={0.0} + detailHeight={0.2} wireframe={false} grassCount={8000} grassSize={0.6}