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

@@ -22,6 +22,7 @@ public:
m_x(0),
m_y(0)
{
m_app->setUpAxis(1);
m_sphere = new btSphereShape(1);
{
int boxId = m_app->registerCubeShape(10,0.1,10);