add missing ConstraintPhysicsSetup.* files
This commit is contained in:
16
Demos3/bullet2/ConstraintDemo/ConstraintPhysicsSetup.h
Normal file
16
Demos3/bullet2/ConstraintDemo/ConstraintPhysicsSetup.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef CONSTAINT_PHYSICS_SETUP_H
|
||||
#define CONSTAINT_PHYSICS_SETUP_H
|
||||
|
||||
#include "../../../Demos/CommonRigidBodySetup.h"
|
||||
|
||||
struct ConstraintPhysicsSetup : public CommonRigidBodySetup
|
||||
{
|
||||
ConstraintPhysicsSetup();
|
||||
virtual ~ConstraintPhysicsSetup();
|
||||
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
|
||||
|
||||
virtual void stepSimulation(float deltaTime);
|
||||
|
||||
};
|
||||
|
||||
#endif //CONSTAINT_PHYSICS_SETUP_H
|
||||
Reference in New Issue
Block a user