Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6198 in orxonox.OLD for branches/christmas_branche/src/lib/graphics


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

christmas: better control now

Location:
branches/christmas_branche/src/lib/graphics/importer
Files:
2 edited

Legend:

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

    r6191 r6198  
    155155
    156156
    157 
    158 
    159157/**
    160158  \brief sets the time in seconds passed since the last tick
  • 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.