Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2005, 9:57:31 PM (18 years ago)
Author:
patrick
Message:

christmas: better control now

File:
1 edited

Legend:

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

    r6191 r6198  
    218218
    219219  void setAnim(int type);
    220   /**
    221    *  scales the current model
    222    * @param scaleFactor: the factor [0..1] to use for scaling
    223   */
     220  /**  returns the current animation @returns animation type */
     221  inline int MD2Model::getAnim() { return this->animationState.type; }
     222  /**  scales the current model @param scaleFactor: the factor [0..1] to use for scaling */
    224223  void scaleModel(float scaleFactor) { this->scaleFactor = scaleFactor;}
    225224
Note: See TracChangeset for help on using the changeset viewer.