Public Member Functions |
| | DtCigiParticleSystemEntity (DtCigiConnection &connection, DtAgentManagerInterface &sceneInterface, int entityId, int entityType) |
| | Constructor.
|
| virtual | ~DtCigiParticleSystemEntity () |
| | 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.
|
| | DtCigiBaseEntity (DtCigiConnection &connection, DtAgentManagerInterface &sceneInterface, int entityId, int entityType) |
| | Constructor takes a DtCigiConnection, scene interface, and the CIGI entity ID/type.
|
| virtual | ~DtCigiBaseEntity () |
| | Destructor.
|
| virtual DtUniqueID | uniqueId () const |
| | Returns the unique ID of the entity's scene object.
|
| virtual void | setVisible (bool yesNo) |
| | Set whether the entity is visible.
|
| virtual void | setDeadReckoningOn (bool onOff) |
| | Turns dead-reckoning on/off.
|
| virtual void | setPosition (const DtGeodeticCoord &pos) |
| | Set the entity's geodetic position.
|
| virtual void | setOrientation (const DtTaitBryan &orientation) |
| | Set the entity's orientation.
|
| virtual void | setLinearRate (const DtVector &rate, bool useWorldCoordinates=true) |
| | Sets the entity's linear rate.
|
| virtual void | setAngularRate (const DtVector &rate, bool useWorldCoordinates=true) |
| | Set's the entity's angular rate.
|
| virtual void | setRelativeTo (DtCigiBaseEntity *parent) |
| | Attachment control.
|
| virtual void | setRelativePosition (const DtVector &pos) |
| | Sets the entity's relative position (if attached).
|
| virtual void | setRelativeOrientation (const DtTaitBryan &orient) |
| | Sets the entity's relative orientation (relative to the parent's body coordinates) if attached.
|
| virtual void | setAlpha (int alpha) |
| | Sets the entity's alpha value.
|
| virtual int | alpha () const |
| | Returns the entity's alpha value.
|
| virtual void | setInheritAlpha (bool inherit) |
| | Set whether the entity should inher.
|
| virtual const DtGeodeticCoord & | lastSetPosition () const |
| | Returns the last position set by a CIGI entity control message.
|
| virtual const DtTaitBryan & | lastSetOrientation () const |
| | Returns the last orientation set by a CIGI entity control message.
|
| virtual void | slot_alphaChanged (int alpha, DtUniqueID id) |
| | Slot so we can check if the parent's alpha has changed.
|
| virtual void | setGroundClampingOn (bool trueFalse) |
| | Turns ground clamping on/off.
|
A DtCigiParticleSystemEntity is a CIGI entity that loads a particle system model.