remove constraints/rigid bodies from dynamics world in btBulletWorldImporter

Thanks to vicariousentertainment, see http://code.google.com/p/dynamica/issues/detail?id=16
Enable SIMD OpenCL cloth solver by default
enable keyboard 'up' for Windows (non-Glut) version
This commit is contained in:
erwin.coumans
2011-03-11 23:27:04 +00:00
parent 2b5e16de4d
commit 10580c94bd
5 changed files with 39 additions and 21 deletions

View File

@@ -306,6 +306,9 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
return 0;
}
default:
{
gDemoApplication->keyboardUpCallback(tolower(wParam),0,0);
}
return DefWindowProc( hWnd, message, wParam, lParam );
}