mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-12 17:42:39 +02:00
PhysicsWorld has a ShapeManager
This commit is contained in:
parent
4a1133fbc2
commit
f1bdd2ef7b
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include <btBulletDynamicsCommon.h>
|
||||
|
||||
#include "ShapeManager.h"
|
||||
|
||||
class PhysicsWorld {
|
||||
public:
|
||||
|
||||
|
@ -32,6 +34,8 @@ protected:
|
|||
btBroadphaseInterface* _broadphaseFilter;
|
||||
btSequentialImpulseConstraintSolver* _constraintSolver;
|
||||
btDiscreteDynamicsWorld* _dynamicsWorld;
|
||||
|
||||
ShapeManager _shapeManager;
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue