add method to remove softbody

This commit is contained in:
Xuchen Han
2019-08-19 19:18:02 -07:00
parent ef65d6422b
commit 3bf3b66fb7
3 changed files with 14 additions and 1 deletions

View File

@@ -136,6 +136,8 @@ public:
void addForce(btSoftBody* psb, btDeformableLagrangianForce* force);
void removeSoftBody(btSoftBody* body);
int getDrawFlags() const { return (m_drawFlags); }
void setDrawFlags(int f) { m_drawFlags = f; }
};