Main Page | Modules | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members

AnimationServer Class Reference
[Control]

Animation server. More...

#include <animation.h>

List of all members.

Public Member Functions

void addAnimation (TimedAnimation *anim)
void addAnimation (PhysicalAnimation *anim)
void update ()
 AnimationServer ()


Detailed Description

Animation server.

Holds a list of all timed and physical animations. Animations may be used to create objects that needs to be updated regularly (not necessarily an animation). The update() method is called from the main loop (which is link to the frame update). All timed animations registered with addAnimation(TimedAnimation*) will be updated on each call to update() (once per frame). Each physical animation will be updated with a fixed time step of 1ms.


Constructor & Destructor Documentation

AnimationServer::AnimationServer  )  [inline]
 


Member Function Documentation

void AnimationServer::addAnimation PhysicalAnimation anim  ) 
 

void AnimationServer::addAnimation TimedAnimation anim  ) 
 

void AnimationServer::update  ) 
 


The documentation for this class was generated from the following files:
Generated on Mon Jul 21 10:44:48 2003 for Rover by doxygen 1.3.2