Changeset 5928 in orxonox.OLD for branches/spaceshipcontrol/src
- Timestamp:
 - Dec 5, 2005, 12:01:23 AM (20 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r5924 r5928 264 264 if(velocity.len() != 0) velocity -= velocity*0.005; 265 265 266 this->shiftDir(Quaternion(-M_PI/4*xMouse*time , Vector(0,1,0))*Quaternion(-M_PI/4*yMouse*time, Vector(0,0,1)));266 this->shiftDir(Quaternion(-M_PI/4*xMouse*time/5, Vector(0,1,0))*Quaternion(-M_PI/4*yMouse*time/5, Vector(0,0,1))); 267 267 268 268 this->shiftCoor (move);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






