Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

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

Location:
orxonox/trunk/src/world_entities
Files:
2 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  /*
  • orxonox/trunk/src/world_entities/test_gun.h

    r3757 r3851  
    2929class Vector;
    3030class Quaternion;
    31 class SimpleAnimation;
     31class Animation3D;
    3232
    3333
     
    5252
    5353 private:
    54   SimpleAnimation* animator;
     54  Animation3D* animaton;
    5555  Vector* projOffset;
    5656  WorldEntity* dummy1;
Note: See TracChangeset for help on using the changeset viewer.