Merge remote-tracking branch 'bp/master'

This commit is contained in:
Erwin Coumans
2017-05-04 10:51:42 -07:00
27 changed files with 707 additions and 10 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