Files
bullet3/Demos3/ImportSTLDemo/ImportSTLSetup.h
2014-12-12 18:14:49 -08:00

18 lines
377 B
C++

#ifndef IMPORT_STL_SETUP_H
#define IMPORT_STL_SETUP_H
#include "Bullet3AppSupport/CommonRigidBodySetup.h"
class ImportSTLSetup : public CommonRigidBodySetup
{
struct CommonGraphicsApp* m_app;
public:
ImportSTLSetup(CommonGraphicsApp* app);
virtual ~ImportSTLSetup();
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
};
#endif //IMPORT_OBJ_SETUP_H