![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiAnimationEntity is a CIGI entity that loads an animation model. More...

Public Member Functions | |
| DtCigiAnimationEntity (DtCigiConnection &connection, DtAgentManagerInterface &sceneInterface, int entityId, int entityType) | |
| Constructor. | |
| virtual | ~DtCigiAnimationEntity () |
| Destructor. | |
| virtual void | stop () |
| Stop the animation. | |
| virtual void | start () |
| Start the animation. | |
| virtual void | pause () |
| Pause the animation. | |
| virtual void | resume () |
| Resume the animation. | |
| virtual void | setLoopMode (bool loopOn) |
| Set the loop mode of the animation. | |
| virtual void | setReverseAnimation (bool reverse) |
| Set the direction of the animation. | |
Protected Attributes | |
| DtAnimationModelAgent * | myAnimationModel |
A DtCigiAnimationEntity is a CIGI entity that loads an animation model.
| makVrv::DtCigiAnimationEntity::DtCigiAnimationEntity | ( | DtCigiConnection & | connection, |
| DtAgentManagerInterface & | sceneInterface, | ||
| int | entityId, | ||
| int | entityType | ||
| ) |
Constructor.
| virtual makVrv::DtCigiAnimationEntity::~DtCigiAnimationEntity | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtCigiAnimationEntity::stop | ( | ) | [virtual] |
Stop the animation.
| virtual void makVrv::DtCigiAnimationEntity::start | ( | ) | [virtual] |
Start the animation.
| virtual void makVrv::DtCigiAnimationEntity::pause | ( | ) | [virtual] |
Pause the animation.
| virtual void makVrv::DtCigiAnimationEntity::resume | ( | ) | [virtual] |
Resume the animation.
| virtual void makVrv::DtCigiAnimationEntity::setLoopMode | ( | bool | loopOn | ) | [virtual] |
Set the loop mode of the animation.
| virtual void makVrv::DtCigiAnimationEntity::setReverseAnimation | ( | bool | reverse | ) | [virtual] |
Set the direction of the animation.
DtAnimationModelAgent* makVrv::DtCigiAnimationEntity::myAnimationModel [protected] |