#include <osgFX/Export>
#include <osgFX/Technique>
#include <osg/buffered_value>
#include <osg/ref_ptr>
#include <osg/Node>
#include <osg/Group>
#include <osg/Geode>
#include <osg/OccluderNode>
#include <vector>
Go to the source code of this file.
|
#define | META_Effect(library, classname, effectname, effectdescription, effectauthor) |
|
#define META_Effect |
( |
|
library, |
|
|
|
classname, |
|
|
|
effectname, |
|
|
|
effectdescription, |
|
|
|
effectauthor |
|
) |
| |
Value:
virtual const char *effectName() const { return effectname; } \
virtual const char *effectDescription() const { return effectdescription; } \
virtual const char *effectAuthor() const { return effectauthor; }
#define META_Node(library, name)
An helper macro that defines the methods like effectName() and effectDescription() making them return the strings passed as parameters, after the usual library name and class name.
Definition at line 35 of file Effect.h.