allow multiple concave meshes, each with their own bvh
This commit is contained in:
@@ -16,7 +16,10 @@ enum btShapeTypes
|
||||
|
||||
struct b3Collidable
|
||||
{
|
||||
int m_numChildShapes;
|
||||
union {
|
||||
int m_numChildShapes;
|
||||
int m_bvhIndex;
|
||||
};
|
||||
float m_radius;
|
||||
int m_shapeType;
|
||||
int m_shapeIndex;
|
||||
|
||||
Reference in New Issue
Block a user