added notice that CompoundShape is placeholder, not implemented yet
This commit is contained in:
@@ -28,6 +28,7 @@ subject to the following restrictions:
|
|||||||
|
|
||||||
/// CompoundShape allows to store multiple other CollisionShapes
|
/// CompoundShape allows to store multiple other CollisionShapes
|
||||||
/// This allows for concave collision objects. This is more general then the Static Concave TriangleMeshShape.
|
/// 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
|
class CompoundShape : public CollisionShape
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user