fix: restore terrain parameters

This commit is contained in:
neru
2026-01-02 03:41:02 -03:00
parent 2b8202336a
commit 74c6963290
+2 -3
View File
@@ -676,11 +676,10 @@ export default function Home() {
resolution={8.0} resolution={8.0}
scale={1} scale={1}
hillScale={0.1} hillScale={0.1}
hillHeight={0.0} hillHeight={6.0}
// hillHeight={6.0}
detailScale={1.0} detailScale={1.0}
// detailHeight={0.1} // detailHeight={0.1}
detailHeight={0.0} detailHeight={0.2}
wireframe={false} wireframe={false}
grassCount={8000} grassCount={8000}
grassSize={0.6} grassSize={0.6}