SoShowFPS renders the current frame rate onto the scene.
More...
#include <SoShowFPS.h>
|
| 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 void | initClass () |
| inventor runtime system
|
|
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()
SoShowFPS::~SoShowFPS |
( |
| ) |
|
|
overrideprotected |
◆ affectsState()
bool SoShowFPS::affectsState |
( |
| ) |
const |
|
inlineoverride |
this node does not affect the state, so return false!
Definition at line 44 of file SoShowFPS.h.
◆ GLRender()
void SoShowFPS::GLRender |
( |
SoGLRenderAction * | action | ) |
|
|
override |
derived render method that renders the FPS
◆ initClass()
static void SoShowFPS::initClass |
( |
| ) |
|
|
static |
◆ alpha
SoSFFloat SoShowFPS::alpha |
◆ color
SoSFColor SoShowFPS::color |
◆ drawFPS
SoSFBool SoShowFPS::drawFPS |
◆ drawRepaintCount
SoSFBool SoShowFPS::drawRepaintCount |
◆ fontSize
SoSFInt32 SoShowFPS::fontSize |
◆ numAverageFrames
SoSFInt32 SoShowFPS::numAverageFrames |
The documentation for this class was generated from the following file: