create URDF skeleton for a demo (only loading data, not converting it yet)

This commit is contained in:
Erwin Coumans
2014-07-31 16:54:28 -07:00
parent af446c79b5
commit a08d4a94e3
19 changed files with 219 additions and 41 deletions

View File

@@ -0,0 +1,16 @@
#ifndef IMPORT_URDF_SETUP_H
#define IMPORT_URDF_SETUP_H
#include "../../Demos/CommonRigidBodySetup.h"
class ImportUrdfDemo : public CommonRigidBodySetup
{
public:
ImportUrdfDemo();
virtual ~ImportUrdfDemo();
virtual void initPhysics(GraphicsPhysicsBridge& gfxBridge);
};
#endif //IMPORT_URDF_SETUP_H