Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1926 in orxonox.OLD for orxonox/trunk/core/player.cc


Ignore:
Timestamp:
Jun 8, 2004, 7:41:44 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/core: added modulated phase variance-shot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/player.cc

    r1924 r1926  
    7878  shootLaser->addShootExt(xCor, yCor, zCor, .1, .4, .0);
    7979  shootLaser->addShootExt(xCor, yCor, zCor, -0.1, .4, .0);
    80     shootRocket->addBackParable(xCor, yCor, zCor);
    81     shootRocket->addSideAcc(xCor, yCor, zCor, RIGHT);
    82     shootRocket->addSideAcc(xCor, yCor, zCor, LEFT);
     80   shootRocket->addBackParable(xCor, yCor, zCor);
     81  shootRocket->addSideAcc(xCor, yCor, zCor, RIGHT);
     82  shootRocket->addSideAcc(xCor, yCor, zCor, LEFT);
     83  shootRocket->addRotater(xCor, yCor, zCor);
    8384  //cout << "Player::shoot" << endl;
    8485}
Note: See TracChangeset for help on using the changeset viewer.