Changeset 9722 in orxonox.OLD for branches/new_class_id/src/lib/graphics/importer
- Timestamp:
- Sep 4, 2006, 11:54:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/importer/md2/md2Model.h
r9715 r9722 160 160 virtual void setAnimation(int firstFrame, int lastFrame, int fps, int bStoppable, int animPlayback); 161 161 /** returns the current animation @returns animation type */ 162 inline int MD2Model::getAnimation() { return this->animationState.type; }162 inline int getAnimation() { return this->animationState.type; } 163 163 virtual void setAnimationSpeed(float speed) { this->animationSpeed = speed; } 164 164 virtual bool isAnimationFinished() { return (this->animationState.currentFrame == this->animationState.endFrame )?true:false; }
Note: See TracChangeset
for help on using the changeset viewer.