cleanup of gpu rigid body (removed all Adl stuff)

This commit is contained in:
erwin coumans
2013-03-15 16:27:23 -07:00
parent 39dbb51f68
commit 9a7414f4e9
19 changed files with 1383 additions and 23 deletions

View File

@@ -6,20 +6,7 @@
class btVector3;
#include "parallel_primitives/host/btRadixSort32CL.h"
struct btSapAabb
{
union
{
float m_min[4];
int m_minIndices[4];
};
union
{
float m_max[4];
int m_signedMaxIndices[4];
//unsigned int m_unsignedMaxIndices[4];
};
};
#include "btSapAabb.h"