prepare to create coordinate frame demo, minor cleanup for create funcs in demo entries,

fix r2d2.urdf inertia
This commit is contained in:
erwin coumans
2014-12-12 18:14:49 -08:00
parent cf2b4e03b5
commit 122fabac87
11 changed files with 433 additions and 82 deletions

View File

@@ -321,7 +321,7 @@ void openURDFDemo(const char* filename)
s_parameterInterface->removeAllParameters();
ImportUrdfDemo* physicsSetup = new ImportUrdfDemo();
ImportUrdfSetup* physicsSetup = new ImportUrdfSetup();
physicsSetup->setFileName(filename);
sCurrentDemo = new BasicDemo(app, physicsSetup);