Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3816 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Apr 13, 2005, 11:55:17 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: AnimationPlayer updated, created a debug function, and general functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3812 r3816  
    162162
    163163  delete this->simpleAnimation;
     164
     165  AnimationPlayer::getInstance()->debug();
    164166  delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence.
    165167  //delete garbagecollecor
     
    382384            testAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
    383385            testAnim->setInfinity(ANIM_INF_REWIND);
    384 
    385386            break;
    386387          }
     
    947948      this->simpleAnimation->tick(seconds);
    948949      AnimationPlayer::getInstance()->tick(seconds);
    949       //testAnim->tick(seconds);
    950 
    951950    }
    952951  this->lastFrame = currentFrame;
Note: See TracChangeset for help on using the changeset viewer.