style: reduce grass instance count

This commit is contained in:
neru
2026-01-02 03:44:54 -03:00
parent 9301f3a8a0
commit 1c70ffd80d
+1 -2
View File
@@ -678,10 +678,9 @@ export default function Home() {
hillScale={0.1} hillScale={0.1}
hillHeight={6.0} hillHeight={6.0}
detailScale={1.0} detailScale={1.0}
// detailHeight={0.1}
detailHeight={0.2} detailHeight={0.2}
wireframe={false} wireframe={false}
grassCount={8000} grassCount={6000}
grassSize={0.6} grassSize={0.6}
grassLOD={60} grassLOD={60}
/> />