Add filename as an argument in the softbody loading function.
This commit is contained in:
@@ -229,7 +229,7 @@ public:
|
||||
|
||||
//////////////// INTERNAL
|
||||
|
||||
void loadSoftBody(double scale, double mass, double collisionMargin);
|
||||
void loadSoftBody(const std::string& fileName, double scale, double mass, double collisionMargin);
|
||||
|
||||
//setGuiHelper is only used when embedded in existing example browser
|
||||
void setGuiHelper(struct GUIHelperInterface* guiHelper);
|
||||
|
||||
Reference in New Issue
Block a user