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

@@ -17,6 +17,7 @@ struct SimpleOpenGL3App
virtual ~SimpleOpenGL3App();
int registerCubeShape();
int registerGraphicsSphereShape(float radius, bool usePointSprites=true, int largeSphereThreshold=100, int mediumSphereThreshold=10);
void drawGrid(int gridSize=10, float yOffset=0.001);
void swapBuffer();