From 7e9aa9d5f8b4ee23efbd5a155bb7462be0d145e7 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sun, 25 Jun 2006 21:27:31 +0000 Subject: [PATCH] added notice that CompoundShape is placeholder, not implemented yet --- Bullet/CollisionShapes/CompoundShape.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Bullet/CollisionShapes/CompoundShape.h b/Bullet/CollisionShapes/CompoundShape.h index 02b04a2f3..86041b05b 100644 --- a/Bullet/CollisionShapes/CompoundShape.h +++ b/Bullet/CollisionShapes/CompoundShape.h @@ -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: