Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2005, 5:18:43 PM (18 years ago)
Author:
bknecht
Message:

first try of a helicopter control

File:
1 edited

Legend:

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

    r6044 r6051  
    292292{
    293293  Vector accel(0.0, 0.0, 0.0);
    294   //Vector rot(0.0, 0.0, 0.0);
     294  /*
     295  Vector rot(0.0, 0.0, 0.0); // wird benötigt für Helicopter
     296  */
    295297  //float rotVal = 0.0;
    296298  /* FIXME: calculating the direction and orthDirection every timeSlice is redundant! save it somewhere */
     
    301303     //this->shiftCoor(this->getAbsDirX());
    302304      accel += (this->getAbsDirX())*2;
     305     
     306      /* Heli-Steuerung
     307         accel += (this->getAbsDirX()*2;
     308         if(
     309      */
    303310   }
    304311
Note: See TracChangeset for help on using the changeset viewer.