style: reduce grass instance count
This commit is contained in:
+1
-2
@@ -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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user