Files
bullet3/Demos3/ImportURDFDemo/ImportURDFSetup.h
erwin coumans 89addd438e add 'fixed' joint for btMultiBody
improve btMultiBody version of URDF reader (still work-in-progress)
enabled planar joint for btMultiBody (untested)
enable loading from relative path for .stl meshes
2014-08-28 18:42:08 -07:00

18 lines
361 B
C++

#ifndef IMPORT_URDF_SETUP_H
#define IMPORT_URDF_SETUP_H
#include "../../Demos/CommonMultiBodySetup.h"
class ImportUrdfDemo : public CommonMultiBodySetup
{
public:
ImportUrdfDemo();
virtual ~ImportUrdfDemo();
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
virtual void stepSimulation(float deltaTime);
};
#endif //IMPORT_URDF_SETUP_H