Changeset 3971 in orxonox.OLD for orxonox/trunk/src/util/animation
- Timestamp:
- Apr 26, 2005, 1:23:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation3d.cc
r3970 r3971 203 203 (timePassed/this->currentKeyFrame->duration)); 204 204 205 this->object->setRelDir( this->nextKeyFrame->direction.quatSlerp( this->nextKeyFrame->direction,206 this->currentKeyFrame->direction, timePassed /207 205 this->object->setRelDir(quatSlerp( this->nextKeyFrame->direction, 206 this->currentKeyFrame->direction, 207 timePassed/this->currentKeyFrame->duration) ); 208 208 209 209 }
Note: See TracChangeset
for help on using the changeset viewer.