added debug rendering for planeshape
added void* userpointer (+getUserPointer/setUserPointer) to each btCollisionShape
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user