Changeset 6199 in orxonox.OLD for branches/christmas_branche/src/lib/graphics/importer/md2Model.h
- Timestamp:
- Dec 20, 2005, 10:21:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/lib/graphics/importer/md2Model.h
r6198 r6199 116 116 int lastFrame; //!< last frame of the animation 117 117 int fps; //!< speed: number of frames per second 118 int bStoppable; //!< 1 if the animation is stoppable 0 else 118 119 } sAnim; 119 120 … … 134 135 int currentFrame; //!< the current frame 135 136 int nextFrame; //!< the next frame in the list 137 int numPlays; //!< the number of times, this has been played in series 136 138 } sAnimState; 137 139 … … 228 230 229 231 private: 230 void animate( );232 void animate(float time); 231 233 void processLighting(); 232 234 void interpolate(/*sVec3D* verticesList*/);
Note: See TracChangeset
for help on using the changeset viewer.