Changeset 6248 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities
- Timestamp:
- Dec 21, 2005, 4:09:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/camera.cc
r6222 r6248 207 207 Vector up = this->getAbsDirV(); 208 208 Vector delay = Vector(0,0,0); 209 if( currentMode != VIEW_FRONT) delay = (this->target->get AbsDirX() * this->target->getSpeed())/30;209 if( currentMode != VIEW_FRONT) delay = (this->target->getVelocity())/25; 210 210 211 211 // Setting the Camera Eye, lookAt and up Vectors
Note: See TracChangeset
for help on using the changeset viewer.