How to remove forces applied in Box2D bodies ?

By | March 29, 2012

Hi,

For removing the forces applied to your Box2D bodies, use the following line of code.

yourWorld->ClearForces();

Here ‘yourWorld’ is the your box2D world.

🙂

Leave a Reply

Your email address will not be published. Required fields are marked *