Changeset 6624 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Jan 20, 2006, 12:54:48 AM (19 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r6616 r6624 748 748 { 749 749 this->toStep += fabs(dt) * bias; 750 printf("%s::%s %f\n", this->getClassName(), this->getName(), this->toStep );750 //printf("%s::%s %f\n", this->getClassName(), this->getName(), this->toStep ); 751 751 Quaternion rotQuat = Quaternion::quatSlerp(this->relDirection,*this->toDirection, toStep); 752 752 if (this->relDirection.distance(rotQuat) >PNODE_ITERATION_DELTA) -
trunk/src/lib/event/event_handler.cc
r6619 r6624 262 262 SDL_WM_GrabInput(SDL_GRAB_OFF); 263 263 else 264 SDL_WM_GrabInput(SDL_GRAB_ON);264 ;//SDL_WM_GrabInput(SDL_GRAB_ON); 265 265 } 266 266
Note: See TracChangeset
for help on using the changeset viewer.