Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8601 in orxonox.OLD


Ignore:
Timestamp:
Jun 20, 2006, 2:11:54 AM (18 years ago)
Author:
patrick
Message:

bsp: md3 tag rotation and submodel drawing issue

File:
1 edited

Legend:

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

    r8600 r8601  
    341341
    342342      //switch to child coord system
    343       glPushMatrix();
    344       glMultMatrixf(this->tmpMatrix[i]);
     343//       glPushMatrix();
     344//       glMultMatrixf(this->tmpMatrix[i]);
    345345      // and draw child
    346346      this->draw(child);
    347       glPopMatrix();
     347//       glPopMatrix();
    348348
    349349      i++;
Note: See TracChangeset for help on using the changeset viewer.