56 #include <ACG/GL/globjects.hh> 57 #include <ACG/ShaderUtils/GLSLShader.hh> 65 #if QT_VERSION >= 0x050000 66 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-PostProcessorGrayscale")
74 QString
name() {
return (QString(
"Anaglyph Stereo Postprocessor Plugin")); };
75 QString
description( ) {
return (QString(tr(
"Resolves left,right stereo buffer to an anaglyph"))); };
79 QString version() {
return QString(
"1.0"); };
85 QString postProcessorName();
87 QString checkOpenGL();
QString description()
Return a description of what the plugin is doing.
Interface to add global image post processor functions from within plugins.
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.