Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8645 in orxonox.OLD


Ignore:
Timestamp:
Jun 20, 2006, 6:28:09 PM (18 years ago)
Author:
patrick
Message:

bsp: md3 model animation doesn't work yet ,flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/md3/md3_model.cc

    r8644 r8645  
    119119  void MD3Model::tick(float time)
    120120  {
     121
     122    this->visit(this->md3Data);
    121123
    122124    this->tick(time, this->md3Data);
     
    621623  void MD3Model::doOp(MD3Data* data)
    622624  {
     625    return;
    623626    // animation to be applied could have illegal data with respect to this model,
    624627    // ignore anim in this case
Note: See TracChangeset for help on using the changeset viewer.