Enable rayTest btDbvt (dynamic aabb-tree) acceleration for btCompoundShape
Thanks to NaN/core13, see Issue 25
This commit is contained in:
@@ -143,8 +143,12 @@ public:
|
||||
return "Compound";
|
||||
}
|
||||
|
||||
|
||||
btDbvt* getDynamicAabbTree()
|
||||
const btDbvt* getDynamicAabbTree() const
|
||||
{
|
||||
return m_dynamicAabbTree;
|
||||
}
|
||||
|
||||
btDbvt* getDynamicAabbTree()
|
||||
{
|
||||
return m_dynamicAabbTree;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user