create URDF skeleton for a demo (only loading data, not converting it yet)
This commit is contained in:
16
Demos3/ImportURDFDemo/ImportURDFSetup.h
Normal file
16
Demos3/ImportURDFDemo/ImportURDFSetup.h
Normal 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
|
||||
Reference in New Issue
Block a user