add basic concept demo, Coordinate System for a start.

set the up axis for some of the demos.
This commit is contained in:
erwin coumans
2014-10-22 11:17:13 -07:00
parent 2965087110
commit 2e1cbc0133
6 changed files with 152 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ m_pickedConstraint(0),
m_pickingMultiBodyPoint2Point(0)
{
app->setUpAxis(1);
m_collisionConfiguration = 0;
m_dispatcher = 0;
m_broadphase = 0;