updated demos includes

This commit is contained in:
ejcoumans
2006-09-11 06:10:40 +00:00
parent 1a6333e709
commit c114703156
5 changed files with 17 additions and 6 deletions

View File

@@ -38,9 +38,8 @@ DemoApplication::DemoApplication()
//see IDebugDraw.h for modes
:
m_physicsEnvironmentPtr(0),
m_debugMode(0),
m_cameraDistance(15.0),
m_debugMode(0),
m_ele(0.f),
m_azi(0.f),
m_cameraPosition(0.f,0.f,0.f),
@@ -891,4 +890,4 @@ void DemoApplication::renderme()
}
}
}