more PyBullet PhysX preliminary work.

This commit is contained in:
erwincoumans
2019-01-25 10:14:54 -08:00
parent 77a9a77b60
commit a6244d714e
7 changed files with 70 additions and 31 deletions

View File

@@ -250,6 +250,7 @@ static void SimpleResizeCallback(float widthf, float heightf)
// gApp->m_primRenderer->setScreenSize(width, height);
}
#if 0
static void SimpleKeyboardCallback(int key, int state)
{
if (key == B3G_ESCAPE) //&& gApp && gApp->m_window)
@@ -261,7 +262,7 @@ static void SimpleKeyboardCallback(int key, int state)
//gApp->defaultKeyboardCallback(key,state);
}
}
#endif
static void SimpleMouseButtonCallback(int button, int state, float x, float y)
{
if (gWindow)