Menu

#80 Capsule-Box Collision bug

general
closed
nobody
core (25)
5
2012-09-14
2011-11-01
No

I noticed an incorrect collision handling of capsules with boxes, if the
capsule is penetrated into the box further than the radius in either
direction. All Capsules move to the SAME direction, i.e. also get sucked
into the box. It is a severe bug because it causes regular penetration or
blockage with fast objects and/or soft collision.
See mailing list screenshots and patches.
Initial Patch produces bad normals here is an updated version

Discussion

  • Georg Martius

    Georg Martius - 2011-11-01

    patch for svn rev 1840

     
  • Georg Martius

    Georg Martius - 2011-11-01

    new patch for svn rev 1840 (instead of previous one)

     
  • Georg Martius

    Georg Martius - 2011-11-01

    new patch that simply considers the capsule as a box if it is deeply penetrated. This works
    great and solves all problems because the box-box collision routines are well
    tested.

     
  • Daniel K. O.

    Daniel K. O. - 2012-04-06

    Although it's not the best solution, the patch was applied on rev 1840.

     
  • Daniel K. O.

    Daniel K. O. - 2012-04-13

    Really applied on rev 1883.

     

Log in to post a comment.