added notice that CompoundShape is placeholder, not implemented yet

This commit is contained in:
ejcoumans
2006-06-25 21:27:31 +00:00
parent 069b56b8ad
commit 7e9aa9d5f8

View File

@@ -28,6 +28,7 @@ subject to the following restrictions:
/// CompoundShape allows to store multiple other CollisionShapes
/// This allows for concave collision objects. This is more general then the Static Concave TriangleMeshShape.
/// Place holder, not fully implemented yet
class CompoundShape : public CollisionShape
{
public: