sboxgame / minigolf

Play minigolf with your friends in s&box
MIT License
12 stars 11 forks source link

minigolf_hole_bounds and ent_platform lag #6

Open youhavehowie opened 2 years ago

youhavehowie commented 2 years ago

came across this issue when I was setting up minigolf_hole_bounds ents for my minigolf_buildsite map

The combination of the spinning auger drill and the bounds ent causes a lot of server lag. I'm guessing this is caused by in part the number of faces for the collision mesh on the drill because when I try a simpler mesh parented to an ent_platform it works fine.

here's a simplified scene showing the issue, if you have the hole_bounds enabled you'll get lag if it's disabled it runs fine minigolf_test.zip

handsomematt commented 2 years ago

I think this might be fixed thanks to @aylaylay changes to the engine

youhavehowie commented 2 years ago

sweet, are those changes still waiting to go in? just tested again and still seems to be lagging