Skip to content

Commit

Permalink
increases ground foliage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTherapy committed Aug 4, 2024
1 parent a14d44a commit 546f853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export class GroundPlane extends Group {
this.add(this.floorMesh);

this.grass = new Grass({
leavesCount: 3000000,
leavesCount: 3500000,
radius: this.floorSize,
leafBaseWidth: 0.03, //0.027,
leafHeight: 0.32,
Expand Down

0 comments on commit 546f853

Please sign in to comment.