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