Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 5:55:06 PM (18 years ago)
Author:
patrick
Message:

door animation functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/lib/graphics/importer/md2/md2Model.h

    r8878 r8879  
    157157
    158158  virtual void setAnimation(int type, int animPlayback = MD2_ANIM_LOOP);
    159   virtual void setAnimation(int firstFrame, int lastFrame, int fps, int bStoppable);
     159  virtual void setAnimation(int firstFrame, int lastFrame, int fps, int bStoppable, int animPlayback);
    160160  /**  returns the current animation @returns animation type */
    161161  inline int MD2Model::getAnimation() { return this->animationState.type; }
Note: See TracChangeset for help on using the changeset viewer.