![]() |
VR-Forces Developer's Guide
|
The example meters per second updater that will be registered by the exampleHudUpdaterPlugin.

Public Member Functions | |
| DtExampleMetersPerSecondUpdater () | |
| virtual | ~DtExampleMetersPerSecondUpdater () |
| virtual std::string | value (double time) |
Public Member Functions inherited from makVrv::DtGlStudioObjectAttributeUpdater | |
| DtGlStudioObjectAttributeUpdater () | |
| virtual | ~DtGlStudioObjectAttributeUpdater () |
| virtual void | init (DtSmoother *smoother, DtDe *de) |
| virtual std::string | value () |
| virtual void | setElementId (DtElementID id) |
| virtual DtElementID | elementId () const |
Public Member Functions inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtGlStudioAttributeUpdater () | |
| virtual | ~DtGlStudioAttributeUpdater () |
| virtual bool | isDirty () |
Protected Attributes | |
| DtVector | myVelocity |
Protected Attributes inherited from makVrv::DtGlStudioObjectAttributeUpdater | |
| DtSmoother * | mySmoother |
| DtDe * | myDe |
| DtElementID | myElementId |
Protected Attributes inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtSignalConnectionManager | myEntityConnections |
| bool | myIsDirty |
| makVrv::DtExampleMetersPerSecondUpdater::DtExampleMetersPerSecondUpdater | ( | ) |
|
virtual |
|
virtual |
returns the updater value as a string for sending to GL Studio
Implements makVrv::DtGlStudioObjectAttributeUpdater.
|
protected |