60 #include <ACG/GL/IRenderer.hh>
69 #if QT_VERSION >= 0x050000
70 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Render-ShaderPipeline")
75 void log(
Logtype _type, QString _message);
76 void log(QString _message);
83 QString
name() {
return (QString(
"Shader Pipeline Renderer Plugin")); };
84 QString
description( ) {
return (QString(tr(
"Shader Based Rendering Pipeline (Alpha Version!)"))); };
87 QString version() {
return QString(
"1.0"); };
95 void initializePlugin();
100 QString rendererName() {
return QString(
"Alpha_Version_ShaderPipeline");}
103 QString checkOpenGL();
Interface class from which all plugins have to be created.
Logtype
Log types for Message Window.
DrawMode DEFAULT
use the default (global) draw mode and not the node's own.
Interface to add additional rendering functions from within plugins.
QString renderObjectsInfo(bool _outputShaderInfo)
Return a qstring of the current render objects.
std::vector< ACG::RenderObject * > sortedObjects_
sorted list of renderobjects without overlay objects (sorted in rendering order)
Interface for all Plugins which do logging to the logging window of the framework.
virtual QString dumpCurrentRenderObjectsToString(ACG::RenderObject **_list=0, bool _outputShaders=false, std::vector< ACG::ShaderModifier * > *_modifiers=0)
Outputs the current render objects to the string.
QString description()
Return a description of what the plugin is doing.
QString name()
Return a name for the plugin.