50 _technique = copy._technique;
55 "Stencil buffer based object outline effect.\n"
56 "This effect needs a properly setup stencil buffer.",
91 class OutlineTechnique;
92 OutlineTechnique* _technique;
Outline(const Outline ©, const osg::CopyOp &op=osg::CopyOp::SHALLOW_COPY)
Copy constructor.
Definition Outline:47
const osg::Vec4 & getColor() const
Get outline color.
Definition Outline:71
bool define_techniques()
Define available techniques.
META_Effect(osgFX, Outline, "Outline", "Stencil buffer based object outline effect.\n" "This effect needs a properly setup stencil buffer.", "Ulrich Hertlein")
virtual ~Outline()
Destructor.
Definition Outline:77
void setWidth(float w)
Set outline width.
float getWidth() const
Get outline width.
Definition Outline:63
void setColor(const osg::Vec4 &color)
Set outline color.
@ SHALLOW_COPY
Definition CopyOp:47
Definition AnisotropicLighting:25
#define OSGFX_EXPORT
Definition osgFX/Export:27