Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2008, 10:27:52 PM (16 years ago)
Author:
FelixSchulthess
Message:

enhanced navigation with a target designation cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/SpaceShip.cc

    r1362 r1399  
    6969      return NULL;
    7070    }
    71    
     71
    7272    SpaceShip::SpaceShip() :
    7373      //testvector_(0,0,0),
     
    239239    }
    240240
     241    Camera* SpaceShip::getCamera(){
     242        return cam_;
     243    }
     244
    241245    void SpaceShip::createCamera(){
    242246//       COUT(4) << "begin camera creation" << std::endl;
     
    422426        if (this->bLMousePressed_ && this->timeToReload_ <= 0)
    423427        {
    424          
     428
    425429            Projectile *p = new Projectile(this);
    426            
     430
    427431            p->setBacksync(true);
    428432            this->timeToReload_ = this->reloadTime_;
Note: See TracChangeset for help on using the changeset viewer.