implement 'new contact reduction' kernel on CPU , for debugging

This commit is contained in:
erwin coumans
2013-12-14 10:54:25 -08:00
parent d24b1eaae9
commit 9ebef9552b
7 changed files with 340 additions and 63 deletions

View File

@@ -37,7 +37,7 @@ struct GpuSatCollision
cl_kernel m_findClippingFacesKernel;
cl_kernel m_clipHullHullConcaveConvexKernel;
cl_kernel m_extractManifoldAndAddContactKernel;
// cl_kernel m_extractManifoldAndAddContactKernel;
cl_kernel m_newContactReductionKernel;
cl_kernel m_bvhTraversalKernel;