free-language / box2d

Automatically exported from code.google.com/p/box2d
0 stars 0 forks source link

Disable TOI on objects with a slow approach #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Time of impact events on can sometimes snag objects that are sliding. See the 
Chain demo.

Box2D should skip TOI events on shapes that have a small approach velocity 
and have a low risk of tunneling.

Original issue reported on code.google.com by erinca...@gmail.com on 20 Apr 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Fixed for now by sub-stepping.

Original comment by erinca...@gmail.com on 16 Aug 2010 at 5:15