Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 8, 2004, 6:30:23 PM (21 years ago)
Author:
bensch
Message:

orxonox/truk/core: added support for different types of rockets, and implemented Side-Accelerators :) I think they really rock.

File:
1 edited

Legend:

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

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