Change the API names for loading softbody.

This commit is contained in:
yunfeibai
2018-01-07 19:24:37 -08:00
parent e3e9546960
commit d077bdec07
9 changed files with 47 additions and 65 deletions

View File

@@ -229,7 +229,7 @@ public:
//////////////// INTERNAL
void loadBunny(double scale, double mass, double collisionMargin);
void loadSoftBody(double scale, double mass, double collisionMargin);
//setGuiHelper is only used when embedded in existing example browser
void setGuiHelper(struct GUIHelperInterface* guiHelper);