render the wheels of the ForkLiftDemo

This commit is contained in:
erwincoumans
2015-03-28 12:36:57 -07:00
parent cba140431e
commit d605cc1cd7
4 changed files with 49 additions and 5 deletions

View File

@@ -48,6 +48,10 @@ struct GraphicsPhysicsBridge
return 0;
}
virtual struct CommonRenderInterface* getRenderInterface()
{
return 0;
}
virtual void setUpAxis(int axis)
{
}