czaloj / bullet

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

Add 'phantom' AABB overlap collector support + explosion demo #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

It is not so easy to get and maintain all overlapping pairs within a AABB 
region. The kinematic character controller has an implementation, that 
should be wrapper into an easy-to-use interface.

Add a trigger/explosion demo, using this phantom/trigger.
See request here:
http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2683

Original issue reported on code.google.com by erwin.coumans on 14 Oct 2008 at 9:46

GoogleCodeExporter commented 9 years ago
Bullet 2.76 has a new query for this:

btCollisionWorld::contactTest and
btBroadphaseInterface::aabbTest

todo: add demo

Original comment by erwin.coumans on 12 Mar 2010 at 11:00

GoogleCodeExporter commented 9 years ago
btCollisionWorld::contactTest is demonstrated in 
Demos\CollisionInterfaceDemo\CollisionInterfaceDemo.cpp
btBroadphaseInterface::aabbTest is shown in Demos\BasicDemo.cpp

Let's close this old issue now!

Original comment by erwin.coumans on 11 Sep 2013 at 5:53