Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3370 in orxonox.OLD for orxonox/trunk/src/player.cc


Ignore:
Timestamp:
Jan 7, 2005, 3:04:58 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk/ added sfont library to draw some letters on the screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/player.cc

    r3365 r3370  
    104104  float matrix[4][4];
    105105 
    106   glTranslatef (this->getAbsCoor ().x, this->getAbsCoor ().y, this->getAbsCoor ().z);
    107   //rotate
     106  /* translate */
     107  glTranslatef (this->getAbsCoor ().x,
     108                this->getAbsCoor ().y,
     109                this->getAbsCoor ().z);
     110  /* rotate */
    108111  this->getAbsDir ().matrix (matrix);
    109112  glMultMatrixf((float*)matrix);
Note: See TracChangeset for help on using the changeset viewer.