61 #include <ACG/Scenegraph/MaterialNode.hh>
62 #include <ObjectTypes/Light/LightNode.hh>
64 #include <ACG/GL/IRenderer.hh>
77 #if QT_VERSION >= 0x050000
78 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Renderer-Classic")
83 void log(
Logtype _type, QString _message);
84 void log(QString _message);
91 QString
name() {
return (QString(
"Default Classical Renderer Plugin")); };
92 QString
description( ) {
return (QString(tr(
"Implementation of OpenFlippers classical rendering pipeline in a plugin"))); };
95 QString version() {
return QString(
"1.0"); };
100 void initializePlugin();
104 QString rendererName() {
return QString(
"Default Classical Renderer");}
107 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.
Interface for all Plugins which do logging to the logging window of the framework.
QString description()
Return a description of what the plugin is doing.
QString name()
Return a name for the plugin.