mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-04 04:19:22 +00:00
use multibody by default when using FILE/Open URDF (instead of maximal coordinate rigid body+typed constraints)
This commit is contained in:
@@ -266,9 +266,8 @@ void openFileDemo(const char* filename)
|
||||
s_parameterInterface->removeAllParameters();
|
||||
|
||||
|
||||
CommonExampleOptions options(s_guiHelper,0);
|
||||
CommonExampleOptions options(s_guiHelper,1);
|
||||
options.m_fileName = filename;
|
||||
|
||||
char fullPath[1024];
|
||||
sprintf(fullPath, "%s", filename);
|
||||
b3FileUtils::toLower(fullPath);
|
||||
|
||||
Reference in New Issue
Block a user