Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3820 in orxonox.OLD for orxonox/trunk/src/animation_player.h


Ignore:
Timestamp:
Apr 14, 2005, 12:31:09 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more descriptive comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation_player.h

    r3816 r3820  
    1212
    1313//! A AnimationPlayer, that handles the animation of all the Animations in the scene.
     14/**
     15   <b>AnimationPlayer usage:</b> \n
     16
     17   <b>Initialisation</b>: AnimationPlayer::getInstance() does the trick this is
     18   usually done when initializing a world \n
     19   <b>Adding Animations</b>: create an Animation the following Way:
     20   \li Anim* animation = new Anim(); // also use any other Subclass of Animation to initialize this
     21   \li set some parameters: also see the specific classes for more info
     22   \n
     23   if you do not want a specific Animation to be handled by the AnimationPlayer, you have to
     24   unload it explicitely with animation->doNotHandle();
     25   \n
     26   eveything else will be done by the AnimationPlayer itself.\n
     27*/
    1428class AnimationPlayer : public BaseObject {
    1529
Note: See TracChangeset for help on using the changeset viewer.