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;
Vec4f Vec4
Definition Vec4:21
The osgFX library is a NodeKit that extends the core scene graph to provide a special effects framewo...
Definition AnisotropicLighting:25
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
@ SHALLOW_COPY
Definition CopyOp:47
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.
#define OSGFX_EXPORT
Definition Export:27