54 #include <ACG/Scenegraph/MaterialNode.hh> 55 #include <ObjectTypes/Light/LightNode.hh> 57 #include <ACG/GL/IRenderer.hh> 70 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Renderer-Classic")
74 void log(
Logtype _type, QString _message);
75 void log(QString _message);
82 QString
name() {
return (QString(
"Default Classical Renderer Plugin")); };
83 QString
description( ) {
return (QString(tr(
"Implementation of OpenFlippers classical rendering pipeline in a plugin"))); };
86 QString version() {
return QString(
"1.0"); };
91 void initializePlugin();
95 QString rendererName() {
return QString(
"Default Classical Renderer");}
98 QString checkOpenGL();
Logtype
Log types for Message Window.
Interface for all Plugins which do logging to the logging window of the framework.
DrawMode DEFAULT
use the default (global) draw mode and not the node's own.
Interface to add additional rendering functions from within plugins.
QString name()
Return a name for the plugin.
Interface class from which all plugins have to be created.
QString description()
Return a description of what the plugin is doing.