Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: new Animation3D is now ready for setting up of the Functions

File:
1 edited

Legend:

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

    r3851 r3852  
    5353
    5454
    55   this->animaton = new Animation3D;
    5655  this->dummy1 = new WorldEntity(); // a world entity that is not drawed: use this for the weapon
     56  this->animaton = new Animation3D(dummy1);
     57
    5758  /*
    5859  parent->addChild(this->dummy1, PNODE_ALL);
Note: See TracChangeset for help on using the changeset viewer.