Skip to content

Commit

Permalink
[forest] increased grass blades from 4 to 10 million
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Feb 21, 2025
1 parent d5b4eb8 commit 023a349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Game/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ namespace spartan

// generate instances
vector<Matrix> instances;
terrain->GenerateTransforms(&instances, 4000000, TerrainProp::Grass);
terrain->GenerateTransforms(&instances, 10000000, TerrainProp::Grass);

// add renderable component
Renderable* renderable = entity->AddComponent<Renderable>().get();
Expand Down

0 comments on commit 023a349

Please sign in to comment.