reactphysics3d/src/collision/narrowphase
2017-11-03 07:11:19 +01:00
..
GJK Fix issues with GJK algorithm 2017-09-09 15:37:55 +02:00
SAT Fix robustness issue in SAT Algorithm (convex polyhedron vs capsule) 2017-11-01 23:09:02 +01:00
CapsuleVsCapsuleAlgorithm.cpp Fix issues in collision detection 2017-08-18 17:50:27 +02:00
CapsuleVsCapsuleAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
CapsuleVsConvexPolyhedronAlgorithm.cpp Fix robustness issue in SAT Algorithm (convex polyhedron vs capsule) 2017-11-01 23:09:02 +01:00
CapsuleVsConvexPolyhedronAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
CollisionDispatch.h Refactor collision detection 2017-01-08 19:56:59 +01:00
ConvexPolyhedronVsConvexPolyhedronAlgorithm.cpp Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
ConvexPolyhedronVsConvexPolyhedronAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
DefaultCollisionDispatch.cpp Fix issues and refactor collision shape type and collision shape name 2017-08-31 23:11:00 +02:00
DefaultCollisionDispatch.h Fix compilation errors because of removed files 2017-11-03 07:11:19 +01:00
NarrowPhaseAlgorithm.h Do not compute contacts if not necessary 2017-07-30 23:56:20 +02:00
SphereVsCapsuleAlgorithm.cpp Fix issues in collision detection 2017-08-18 17:50:27 +02:00
SphereVsCapsuleAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
SphereVsConvexPolyhedronAlgorithm.cpp Working on ConcaveMeshShape and HeightFieldShape collision detection 2017-08-21 07:35:08 +02:00
SphereVsConvexPolyhedronAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
SphereVsSphereAlgorithm.cpp Fix issues in collision detection 2017-08-18 17:50:27 +02:00
SphereVsSphereAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00