Search code examples
c#xnafarseer

Slowing down object in Farseer


I'm using Farseer in XNA and using the function named ApplyLinearImpulse() to get an object to move in a specific direction.

How can I get the object to slow down naturally using Farseer?


Solution

  • This was achieved through the LinearDamping property.