Add API to reset lateral friction coefficient.

This commit is contained in:
yunfeibai
2017-05-03 21:47:53 -07:00
parent 1841a41f2a
commit 939d6ead32
8 changed files with 54 additions and 4 deletions

View File

@@ -140,6 +140,11 @@ public:
return m_baseCollider;
}
btMultiBodyLinkCollider* getLinkCollider(int index)
{
return m_colliders[index];
}
//
// get parent
// input: link num from 0 to num_links-1