xiangaodielian / bullet

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

CCD collision problem #792

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CCD collision detection seem to ignore that collision between constraint linked 
rigid bodies might be disabled.

Reproduction: use the attached patch (CCD_collision_problem_demo.patch ) for 
GenericJointDemo to get a set up with 2 capsules: one static (the upper) and 
the other attached to it (below) such way that it can only move along the Y 
axis. Moving the nonstatic rigid body with a relatively high speed into the 
static one using the mouse results in the two capsules getting stuck together 
because of the collision. The expected behavior is that the nonstatic capsule 
should fly over the static capsule.

What version of the product are you using? On what operating system?
Rev. 2719 32 bit on a Win7 64 bit.

Suggested fix attached in a separate patch (CCD_collision_problem_fix.patch)

Original issue reported on code.google.com by nsark...@gmail.com on 12 Feb 2014 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch, I'll look into it.

Original comment by erwin.coumans on 19 Feb 2014 at 6:29

GoogleCodeExporter commented 9 years ago
moved to https://github.com/bulletphysics/bullet3/issues/58

Original comment by erwin.coumans on 30 Mar 2014 at 5:01