57 #include <ACG/GL/IRenderer.hh>
65 #if QT_VERSION >= 0x050000
66 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Render-Normals")
73 QString
name() {
return (QString(
"Normal Renderer Plugin")); };
74 QString
description( ) {
return (QString(tr(
"Render colors based on normals (only if they are available!)"))); };
77 QString version() {
return QString(
"1.0"); };
83 void initializePlugin();
88 QString rendererName() {
return QString(
"Normal_Renderer");}
91 QString checkOpenGL();
Interface class from which all plugins have to be created.
DrawMode DEFAULT
use the default (global) draw mode and not the node's own.
Interface to add additional rendering functions from within plugins.
QString description()
Return a description of what the plugin is doing.
QString name()
Return a name for the plugin.
QString renderObjectsInfo(bool _outputShaderInfo)
Return a qstring of the current render objects.