tested Epa, and added some debug printf stuff
Still has some issues, but so does the sampling MinkowskisumPenetrationDepth solver (its an approximation)
This commit is contained in:
@@ -19,6 +19,11 @@ subject to the following restrictions:
|
||||
|
||||
#define EPA_POLYHEDRON_USE_PLANES
|
||||
|
||||
|
||||
//#define EPA_DEBUG_ASSERT(c,a)
|
||||
//#define EPA_DEBUG_ASSERT(c,a) assert(c && a)
|
||||
#define EPA_DEBUG_ASSERT(c,a) if (!c) printf(a)
|
||||
|
||||
//#define EPA_USE_HYBRID
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user