New version of btCudaBroadphase compatible with Bullet and better performance
This commit is contained in:
@@ -14,12 +14,6 @@
|
||||
#define FETCH(t, i) t[i]
|
||||
#endif
|
||||
|
||||
|
||||
#define BT_CUDA_PAIR_FOUND_FLG (0x40000000)
|
||||
#define BT_CUDA_PAIR_NEW_FLG (0x20000000)
|
||||
#define BT_CUDA_PAIR_ANY_FLG (BT_CUDA_PAIR_FOUND_FLG | BT_CUDA_PAIR_NEW_FLG)
|
||||
|
||||
|
||||
#include "vector_types.h"
|
||||
typedef unsigned int uint;
|
||||
|
||||
@@ -47,7 +41,6 @@ struct SimParams {
|
||||
float shear;
|
||||
float attraction;
|
||||
float boundaryDamping;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user