added debug rendering for planeshape

added void* userpointer (+getUserPointer/setUserPointer) to each btCollisionShape
This commit is contained in:
ejcoumans
2008-01-23 03:06:15 +00:00
parent 63dc666bf6
commit 6eb97cd966
3 changed files with 40 additions and 5 deletions

View File

@@ -17,10 +17,7 @@ class btConvexInternalShape : public btConvexShape
btScalar m_collisionMargin;
btScalar m_padding[2];
btScalar m_padding;
public:
@@ -93,6 +90,8 @@ public:
btAssert(0);
}
};