Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2006, 1:05:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/proxy: some nicer fading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/weapons/aiming_turret.cc

    r9615 r9617  
    144144    return;
    145145
    146   pj->setVelocity(/*this->getVelocity()+*/(this->getAbsDir().apply(Vector(1,0,0))*250.0 + VECTOR_RAND(13)
     146  pj->setVelocity(/*this->getVelocity()+*/(this->getAbsDir().apply(Vector(1,0,0))*250.0 + VECTOR_RAND(4)
    147147            /*target.getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity());
    148148
Note: See TracChangeset for help on using the changeset viewer.