implemented sphere-convex (supports edge and corner-vertex cases)
This commit is contained in:
@@ -52,6 +52,7 @@ struct GpuSatCollision
|
||||
cl_kernel m_newContactReductionKernel;
|
||||
|
||||
cl_kernel m_bvhTraversalKernel;
|
||||
cl_kernel m_primitiveContactsKernel;
|
||||
|
||||
|
||||
btOpenCLArray<int> m_totalContactsOut;
|
||||
|
||||
Reference in New Issue
Block a user