Tune planter curb collision and reduce foliage pushback

This commit is contained in:
Kelsi 2026-02-03 16:51:25 -08:00
parent 75046afe47
commit f43e6bf834
3 changed files with 124 additions and 39 deletions

View file

@ -43,6 +43,8 @@ struct M2ModelGPU {
glm::vec3 boundMax;
float boundRadius = 0.0f;
bool collisionSteppedFountain = false;
bool collisionSteppedLowPlatform = false;
bool collisionNoBlock = false;
std::string name;