![]() |
VR-Forces 5.0.2 Developer's Guide
|

Public Member Functions | |
| FullyOn (DtEntityRotorData *rotorData) | |
| virtual | ~FullyOn () |
| virtual DtRotorState * | handleEvent (int state) override |
| virtual void | enter (void) override |
Public Member Functions inherited from makVrv::DtRotorState | |
| DtRotorState (DtEntityRotorData *rotorData) | |
| virtual | ~DtRotorState () |
| virtual DtRotorState * | update (DtTime timeNow) |
| virtual void | exit (void) |
Private Member Functions | |
| FullyOn ()=delete | |
| FullyOn (const FullyOff &rhs)=delete | |
| FullyOn & | operator= (const FullyOn &rhs)=delete |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtRotorState | |
| DtEntityRotorData * | myRotorData |
Static Protected Attributes inherited from makVrv::DtRotorState | |
| static const float | theMaxSpeed |
| static const float | theTimeToFullSpin |
| static const float | theTimeToFullCoolDown |
| static const float | theTimeToSwitchToMotionBlur |
| makVrv::FullyOn::FullyOn | ( | DtEntityRotorData * | rotorData | ) |
constructor
|
virtual |
destructor
|
privatedelete |
not allowed
|
privatedelete |
|
overridevirtual |
If 0, will transition to spinning down does not need to handle timed update.
Reimplemented from makVrv::DtRotorState.
|
overridevirtual |
will pass on the state 1 directly to the osg articulated model will also set the dofs that were being rotated to their initial orientation (they get screwed up otherwise)
Reimplemented from makVrv::DtRotorState.