Changeset 3734 in orxonox.OLD for orxonox/trunk/src/simple_animation.cc
- Timestamp:
- Apr 6, 2005, 11:33:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/simple_animation.cc
r3733 r3734 264 264 this->localTime -= this->currentFrame->time; 265 265 266 this->currentFrame->object->setRelCoor(*this->currentFrame->position);266 //this->currentFrame->object->setRelCoor(*this->currentFrame->position); 267 267 *this->lastPosition = *this->currentFrame->position; 268 268 … … 273 273 { 274 274 *this->tmpVect = *this->currentFrame->position - *this->lastFrame->position; 275 deltaT = 1/this->currentFrame->time * logf(1.0 + 100.0/this->tmpVect->len());275 deltaT = 1/this->currentFrame->time * logf(1.0 + 600.0/this->tmpVect->len()); 276 276 } 277 277 }
Note: See TracChangeset
for help on using the changeset viewer.