Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5376 in orxonox.OLD for trunk/src/lib/shell/shell.cc


Ignore:
Timestamp:
Oct 13, 2005, 2:11:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fancy effects in Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.cc

    r5375 r5376  
    359359
    360360  /*  FANCY EFFECTS :)
     361    1:
    361362        lastText->setRelCoor2D(this->calculateLinePosition(0)- Vector(-1000,0,0));
    362363        lastText->setRelCoorSoft2D(this->calculateLinePosition(0),10);
     364    2:
     365
     366    lastText->setRelDir2D(-90);
     367    lastText->setRelDirSoft2D(0, 10);
     368    lastText->setRelCoor2D(this->calculateLinePosition(0)- Vector(-1000,0,0));
     369    lastText->setRelCoorSoft2D(this->calculateLinePosition(0),10);
    363370  */
    364371    lastText->setRelCoor2D(this->calculateLinePosition(0));
Note: See TracChangeset for help on using the changeset viewer.