added very crude little LuaDemo, to create physics objects using Lua scripts (very preliminary)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
class Bullet2RigidBodyDemo : public BulletDemoInterface
|
||||
{
|
||||
protected:
|
||||
public:
|
||||
class btDiscreteDynamicsWorld* m_dynamicsWorld;
|
||||
class btCollisionDispatcher* m_dispatcher;
|
||||
class btBroadphaseInterface* m_bp;
|
||||
|
||||
Reference in New Issue
Block a user