Changeset 6159 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships
- Timestamp:
- Dec 18, 2005, 3:17:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/helicopter.cc
r6092 r6159 247 247 // this is the air friction (necessary for a smooth control) 248 248 if(velocity.len() != 0) velocity -= velocity*0.1; 249 249 250 250 251 251 //hoover effect … … 281 281 { 282 282 //this->shiftCoor(this->getAbsDirX()); 283 283 284 accel += Vector(this->getAbsDirX().x,0,this->getAbsDirX().z).getNormalized()*2; 284 285 if((this->getAbsDirX()).y > -.2)
Note: See TracChangeset
for help on using the changeset viewer.