1 #ifndef OSGQ_QSHAPEDRAWABLE_H
2 #define OSGQ_QSHAPEDRAWABLE_H
4 #include <osg/ShapeDrawable>
5 #include <osg/RenderInfo>
11 QShapeDrawable(osg::Shape* shape, osg::TessellationHints* hints=0) : osg::ShapeDrawable(shape, hints) {}
14 virtual void accept(osg::PrimitiveFunctor& pf)
const;