Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2005, 9:58:06 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/md2_importer: reimplemented the animation functions, compiles again

File:
1 edited

Legend:

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

    r4147 r4162  
    124124  void setAnim(int type);
    125125  void scaleModel(float s);
     126
     127  void tick(float dtS);
    126128 
    127129private:
    128   void animate(float time);
     130  void animate(/*float time*/ t3DModel *pModel);
    129131  void processLightning();
    130132  void interpolate(CVector3* vertlist);
    131133  void renderFrame();
     134  float getCurrentTime(t3DModel *pModel, int nextFrame);
     135
     136  float dtS;
    132137};
    133138
Note: See TracChangeset for help on using the changeset viewer.