MeVisLab Toolbox Reference
|
SoShowFPS renders the current frame rate onto the scene. More...
#include <SoShowFPS.h>
Public Member Functions | |
SoShowFPS () | |
void | GLRender (SoGLRenderAction *action) override |
derived render method that renders the FPS | |
bool | affectsState () const override |
this node does not affect the state, so return false! | |
Static Public Member Functions | |
static void | initClass () |
inventor runtime system | |
Public Attributes | |
SoSFInt32 | numAverageFrames |
SoSFBool | drawRepaintCount |
SoSFBool | drawFPS |
SoSFInt32 | fontSize |
SoSFColor | color |
SoSFFloat | alpha |
Protected Member Functions | |
~SoShowFPS () override | |
SoShowFPS renders the current frame rate onto the scene.
SoShowFPS renders the current frame rate onto the scene
Definition at line 29 of file SoShowFPS.h.
SoShowFPS::SoShowFPS | ( | ) |
|
overrideprotected |
|
inlineoverride |
this node does not affect the state, so return false!
Definition at line 44 of file SoShowFPS.h.
|
override |
derived render method that renders the FPS
SoSFFloat SoShowFPS::alpha |
Definition at line 56 of file SoShowFPS.h.
SoSFColor SoShowFPS::color |
Definition at line 54 of file SoShowFPS.h.
SoSFBool SoShowFPS::drawFPS |
Definition at line 50 of file SoShowFPS.h.
SoSFBool SoShowFPS::drawRepaintCount |
Definition at line 49 of file SoShowFPS.h.
SoSFInt32 SoShowFPS::fontSize |
Definition at line 52 of file SoShowFPS.h.
SoSFInt32 SoShowFPS::numAverageFrames |
Definition at line 47 of file SoShowFPS.h.