refactor to allow various gfx backends (work-in-progress)
This commit is contained in:
@@ -9,11 +9,11 @@ class MultiDofDemo : public FeatherstoneDemo1
|
||||
|
||||
public:
|
||||
|
||||
MultiDofDemo(SimpleOpenGL3App* app);
|
||||
MultiDofDemo(CommonGraphicsApp* app);
|
||||
virtual ~MultiDofDemo();
|
||||
|
||||
|
||||
static BulletDemoInterface* MyCreateFunc(SimpleOpenGL3App* app)
|
||||
static BulletDemoInterface* MyCreateFunc(CommonGraphicsApp* app)
|
||||
{
|
||||
return new MultiDofDemo(app);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user