added very crude little LuaDemo, to create physics objects using Lua scripts (very preliminary)

This commit is contained in:
erwincoumans
2014-02-06 01:13:31 -08:00
parent d65cd8060a
commit 3768a30bb2
8 changed files with 649 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
#include "../bullet2/FeatherstoneMultiBodyDemo/MultiDofDemo.h"
#include "../bullet2/RagdollDemo/RagdollDemo.h"
#include "../bullet2/LuaDemo/LuaDemo.h"
struct BulletDemoEntry
@@ -27,7 +28,7 @@ static BulletDemoEntry allDemos[]=
{"Ragdoll",RagDollDemo::MyCreateFunc},
{"MultiBody1",FeatherstoneDemo1::MyCreateFunc},
{"MultiDofDemo",MultiDofDemo::MyCreateFunc},
{"LuaDemo",LuaDemo::MyCreateFunc}
};