Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 30, 2005, 12:43:15 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: currently working on orxonox weapon system. still got problem with the speed! flushing state

File:
1 edited

Legend:

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

    r3646 r3670  
    8282void TestGun::fire()
    8383{
    84   printf("TestGun::fire() - firing weapon now ---------------------------\n");
     84  //printf("TestGun::fire() - firing weapon now ---------------------------\n");
    8585  Projectile* pj = new Projectile();
    8686  Vector* v = new Vector();
     
    9292
    9393  pj->setFlightDirection(q);
     94  //pj->setSpeed(this->getSpeed() * 0.025);
    9495
    95   printf("TestGun::current speed is: %f", this->getSpeed());
    9696
    9797  this->worldEntities->add(pj);
Note: See TracChangeset for help on using the changeset viewer.