Destructible objects in a racing game

Usually no, since each object has to simulate independently.
But if you use many of the same breakable, then yes.
A way to aggregate stuff - even drawcalls when possible - is always best.

1 Like