Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3370 in orxonox.OLD for orxonox/trunk/src/p_node.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/p_node.cc

    r3365 r3370  
    226226*/
    227227void PNode::setAbsDir (Quaternion* absDir)
    228 {}
     228{
     229  this->bAbsDirChanged = true;
     230  this->absDirection = *absDir;
     231}
    229232
    230233
Note: See TracChangeset for help on using the changeset viewer.