cleanup of gpu rigid body (removed all Adl stuff)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
18
opencl/gpu_broadphase/host/btSapAabb.h
Normal file
18
opencl/gpu_broadphase/host/btSapAabb.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef BT_SAP_AABB_H
|
||||
#define BT_SAP_AABB_H
|
||||
|
||||
struct btSapAabb
|
||||
{
|
||||
union
|
||||
{
|
||||
float m_min[4];
|
||||
int m_minIndices[4];
|
||||
};
|
||||
union
|
||||
{
|
||||
float m_max[4];
|
||||
int m_signedMaxIndices[4];
|
||||
};
|
||||
};
|
||||
|
||||
#endif //BT_SAP_AABB_H
|
||||
Reference in New Issue
Block a user