#include <flockanimatorexplode.h>
Public Member Functions | |
| FlockAnimatorExplode (irr::IrrlichtDevice *d, irr::core::vector3df explCenter, irr::u32 startMs, irr::u32 durationMs, irr::f32 power) | |
| ~FlockAnimatorExplode () | |
| Destructor. | |
| void | animateNode (irr::scene::ISceneNode *node, irr::u32 timeMs) |
This is an implementation of irr::ISceneNodeAnimator interface. Other FlockAnimators will look like this class. The key is a automated call to animateNode() each frame within Irrlicht engine.
Definition at line 10 of file flockanimatorexplode.h.
|
||||||||||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Gets called from irr::SceneManager every frame. Gets a handle to a SceneNode and thus is able to set its position, rendering, etc. |
1.4.6-NO