Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 23, 2004, 11:21:38 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: hardware independant game speed, more shoots, more speed - see mail

File:
1 edited

Legend:

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

    r1899 r1900  
    4747}
    4848
     49
     50void Player::setCollisionRadius(float radius)
     51{
     52  collisionRadius = radius;
     53}
     54
     55
    4956void Player::goX(float x)
    5057{
     
    6774{
    6875  shootLaser->addShoot(xCor, yCor, zCor);
     76  shootLaser->addShootExt(xCor, yCor, zCor, .1, .4, .0);
     77  shootLaser->addShootExt(xCor, yCor, zCor, -0.1, .4, .0);
    6978  //cout << "Player::shoot" << endl;
    7079}
Note: See TracChangeset for help on using the changeset viewer.