Changeset 8507 in orxonox.OLD for branches/bsp_model/src/world_entities/creatures
- Timestamp:
- Jun 15, 2006, 11:34:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/creatures/md2_creature.cc
r8504 r8507 301 301 if( bMouseMotion) 302 302 { 303 PRINTF(0)("motion\n");304 303 this->mouseDirX *= Quaternion(-M_PI / 4.0f * this->xMouse*mouseSensitivity, Vector(0,1,0)); 305 304 this->mouseDirY *= Quaternion(-M_PI / 4.0f * this->yMouse*mouseSensitivity, Vector(0,0,1));
Note: See TracChangeset
for help on using the changeset viewer.