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();
DrawMode DEFAULT
use the default (global) draw mode and not the node's own.
Interface class from which all plugins have to be created.
QString description()
Return a description of what the plugin is doing.
Interface to add additional rendering functions from within plugins.
QString renderObjectsInfo(bool _outputShaderInfo)
Return a qstring of the current render objects.
QString name()
Return a name for the plugin.