add preliminary Android build files for Bullet

add SimpleOpenGL3 example and show how to override
keyboard, mouse, wheel, resize callbacks
This commit is contained in:
Erwin Coumans
2016-03-27 10:21:05 -07:00
parent 7d72f23711
commit 84a136534a
5 changed files with 115 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ InternalOpenGL2RenderCallbacks::~InternalOpenGL2RenderCallbacks()
void InternalOpenGL2RenderCallbacks::display2()
{
assert(glGetError()==GL_NO_ERROR);
// glViewport(0,0,10,10);