reactphysics3d/src/collision/narrowphase
2017-09-25 23:06:17 +02:00
..
GJK Fix issues with GJK algorithm 2017-09-09 15:37:55 +02:00
SAT Fix issue in SAT algorithm between polyhedron and capsule 2017-09-25 23:06:17 +02: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 Working on ConcaveMeshShape and HeightFieldShape collision detection 2017-08-21 07:35:08 +02:00
CapsuleVsConvexPolyhedronAlgorithm.h Refactor the way to create the contact manifolds and contact points 2017-07-30 22:14:46 +02:00
CollisionDispatch.h
ConcaveVsConvexAlgorithm.cpp Working on ConcaveMeshShape and HeightFieldShape collision detection 2017-08-21 07:35:08 +02:00
ConcaveVsConvexAlgorithm.h Working on ConcaveMeshShape and HeightFieldShape collision detection 2017-08-21 07:35:08 +02: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 Working on temporal coherence in SAT (polyhedron vs polyhedron) 2017-05-29 08:32:10 +02: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