Merge pull request #128 from LaurensVoerman/Submissions5

wrong Meta_Shape tag in ConvexHull
This commit is contained in:
OpenSceneGraph git repository
2016-09-12 16:22:54 +01:00
committed by GitHub

View File

@@ -472,7 +472,7 @@ class OSG_EXPORT ConvexHull : public TriangleMesh
ConvexHull(const ConvexHull& hull,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
TriangleMesh(hull,copyop) {}
META_Shape(osg, TriangleMesh);
META_Shape(osg, ConvexHull);
protected: