From c8d668b298c953489c9032fcca3206025fad38ef Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 24 Jun 2016 09:46:19 +0100 Subject: [PATCH] Added depecated message to redundent shape classes --- include/osg/Shape | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/osg/Shape b/include/osg/Shape index 6ae501cad..5c03df04e 100644 --- a/include/osg/Shape +++ b/include/osg/Shape @@ -412,6 +412,7 @@ class OSG_EXPORT Capsule : public Shape Quat _rotation; }; +/** Deprecated. */ class OSG_EXPORT InfinitePlane : public Shape, public Plane { public: @@ -428,8 +429,7 @@ class OSG_EXPORT InfinitePlane : public Shape, public Plane virtual ~InfinitePlane(); }; -/** Exists to support collision detection engines not for doing rendering, use \ref osg::Geometry instead. - */ +/** Deprecated. */ class OSG_EXPORT TriangleMesh : public Shape { public: @@ -462,6 +462,7 @@ class OSG_EXPORT TriangleMesh : public Shape }; +/** Deprecated. */ class OSG_EXPORT ConvexHull : public TriangleMesh { public: @@ -585,6 +586,7 @@ class OSG_EXPORT HeightField : public Shape typedef HeightField Grid; +/** Deprecated. */ class OSG_EXPORT CompositeShape : public Shape { public: