Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2007, 12:57:41 PM (17 years ago)
Author:
snellen
Message:

removed trackdraw, actionbox, draw ,position output in spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/space_ships/space_ship.cc

    r10765 r10767  
    410410void SpaceShip::draw () const
    411411{
    412  if( this->entityTrack != NULL /*&& this->isDrawTrack()*/)
    413     this->entityTrack->drawGraph();
     412// if( this->entityTrack != NULL /*&& this->isDrawTrack()*/)
     413 //  this->entityTrack->drawGraph();
    414414
    415415  WorldEntity::draw();
     
    538538  else if( event.type == KeyMapper::PEV_FIRE1)
    539539  {
    540     printf(" %f, %f, %f \n",this->getAbsCoor().x,this->getAbsCoor().y,this->getAbsCoor().z );
     540 //   printf(" %f, %f, %f \n",this->getAbsCoor().x,this->getAbsCoor().y,this->getAbsCoor().z );
    541541    this->bFire = event.bPressed;
    542542  }
Note: See TracChangeset for help on using the changeset viewer.