cenkguzelis / jbox2d

Automatically exported from code.google.com/p/jbox2d
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Patch for /trunk/jbox2d-library/src/main/java/org/jbox2d/collision/ContactID.java #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fixed an issue where the 'contact ID' was being created incorrectly - this was 
causing duplicate manifolds to not be recognised and objects to 'slide' 
continually against each other when stacked. The fix makes the simulation much 
more stable

Original issue reported on code.google.com by tonymcbr...@gmail.com on 17 Apr 2012 at 10:21

Attachments:

GoogleCodeExporter commented 9 years ago
Tony, I spent countless hours trying to figure out why objects were sliding all 
the time, and eventually I gave up.  You are the best.  Thanks you so much.

Fixed in r598

Original comment by toucansa...@gmail.com on 17 Apr 2012 at 4:31