![]() |
VR-Forces Development_Version Class Documentation
|
An overlay which shows the IG's performance stats. More...
Public Member Functions | |
| DtOsgProfilerOverlay (DtDe &de, DtOsgRenderer &renderer) | |
| CTOR. | |
| virtual | ~DtOsgProfilerOverlay () |
| DTOR. | |
| virtual void | updateCallback () |
| Function called via update callback registered with the de. | |
| virtual void | reset () |
| virtual void | enterParent () |
| virtual void | enterChild (int child) |
Static Public Attributes | |
| static const unsigned int | overlayLayerId = 33 |
| This overlay will use layer id = 33. | |
Protected Member Functions | |
| DtWindowTextAgent * | makeLine (double x, double y) |
| void | printLine (const std::string &line) |
Protected Attributes | |
| DtProfileIterator * | myProfileIter |
| int | myCurrentLine |
| DtDe & | myDe |
| DtOsgRenderer & | myRenderer |
| DtEventProcessorInterface * | myProfilerEventHandler |
| std::vector< DtWindowTextAgent * > | myLines |
| DtUInt64 * | myFrameHistory |
| DtUInt64 | myPreviousTimestamp |
| int | myCurrentFrameIndex |
| float | myOldTransparency |
An overlay which shows the IG's performance stats.
| makVrv::DtOsgProfilerOverlay::DtOsgProfilerOverlay | ( | DtDe & | de, |
| DtOsgRenderer & | renderer | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Function called via update callback registered with the de.
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
static |
This overlay will use layer id = 33.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |