fixes to prepare for CPU dynamics bvh broadphase
This commit is contained in:
@@ -21,7 +21,7 @@ subject to the following restrictions:
|
||||
|
||||
class btBroadphaseInterface;
|
||||
class btCollisionShape;
|
||||
class btOverlappingPairCache;
|
||||
class b3OverlappingPairCache;
|
||||
class btCollisionDispatcher;
|
||||
class btConstraintSolver;
|
||||
struct btCollisionAlgorithmCreateFunc;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
btCpuDynamicsWorld::btCpuDynamicsWorld()
|
||||
:btDiscreteDynamicsWorld(
|
||||
new btCollisionDispatcher(new btDefaultCollisionConfiguration()),
|
||||
new btDbvtBroadphase(),new btSequentialImpulseConstraintSolver(),
|
||||
new b3DynamicBvhBroadphase(),new btSequentialImpulseConstraintSolver(),
|
||||
new btDefaultCollisionConfiguration()//todo: remove this!
|
||||
)
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
class btDefaultCollisionConfiguration;
|
||||
class btCollisionDispatcher;
|
||||
struct btDbvtBroadphase;
|
||||
struct b3DynamicBvhBroadphase;
|
||||
class btSequentialImpulseConstraintSolver;
|
||||
|
||||
#include "BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h"
|
||||
|
||||
Reference in New Issue
Block a user