preparation for compound collision shapes

This commit is contained in:
ejcoumans
2006-06-25 19:53:07 +00:00
parent 93fda830d4
commit 35c2da987e
5 changed files with 215 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ CONCAVE_SHAPES_START_HERE,
//keep all the convex shapetype below here, for the check IsConvexShape in broadphase proxy!
TRIANGLE_MESH_SHAPE_PROXYTYPE,
EMPTY_SHAPE_PROXYTYPE,
COMPOUND_SHAPE_PROXYTYPE,
MAX_BROADPHASE_COLLISION_TYPES
};