Changeset 3820 in orxonox.OLD for orxonox/trunk/src/animation_player.h
- Timestamp:
- Apr 14, 2005, 12:31:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/animation_player.h
r3816 r3820 12 12 13 13 //! 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 */ 14 28 class AnimationPlayer : public BaseObject { 15 29
Note: See TracChangeset
for help on using the changeset viewer.