mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-14 15:19:47 +00:00
It is a fast way to keep track of overlapping objects in an area, and doing rayTest and convexSweepTest for overlapping objects, instead of btCollisionWorld::rayTest/convexSweepTest. Updated KinematicCharacterController to use btPairCachingGhostObject.