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