Changeset 3976 in orxonox.OLD for orxonox/trunk/src/util/animation
- Timestamp:
- Apr 26, 2005, 2:05:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation3d.cc
r3975 r3976 394 394 void Animation3D::rCosine(float timePassed) const 395 395 { 396 float scale = cos(M_PI * timePassed / this->currentKeyFrame->duration); 397 this->object->setRelDir(quatSlerp( this->nextKeyFrame->direction, 398 this->currentKeyFrame->direction, 399 scale) ); 396 400 } 397 401
Note: See TracChangeset
for help on using the changeset viewer.