In my Box2D simulation, a collection of dynamic objects is experiencing various random forces. Is there a way to set a maximum speed for each object (both translational and rotational)?
I considered implementing a workaround, but I'm curious if the engine offers a built-in solution for this issue.
Appreciate any insights in advance!