56 #include <ACG/GL/globjects.hh> 64 #if QT_VERSION >= 0x050000 65 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-PostProcessorDepthImage")
73 QString
name() {
return (QString(
"Depth Image Postprocessor Plugin")); };
74 QString
description( ) {
return (QString(tr(
"Takes the rendered Image and renders the correspoding depth image to the screen"))); };
78 QString version() {
return QString(
"1.0"); };
84 QString postProcessorName();
86 QString checkOpenGL();
QString description()
Return a description of what the plugin is doing.
Interface to add global image post processor functions from within plugins.
GLSL::Program * shader_
shader
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.