Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3851 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.cc


Ignore:
Timestamp:
Apr 17, 2005, 1:21:59 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: animation: more adaptions to the new Framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_gun.cc

    r3847 r3851  
    3030#include "vector.h"
    3131#include "list.h"
    32 #include "simple_animation.h"
     32#include "animation3d.h"
    3333
    3434using namespace std;
     
    5353
    5454
    55   this->animator = SimpleAnimation::getInstance();
     55  this->animaton = new Animation3D;
    5656  this->dummy1 = new WorldEntity(); // a world entity that is not drawed: use this for the weapon
    5757  /*
Note: See TracChangeset for help on using the changeset viewer.