Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3456 in orxonox.OLD for orxonox/trunk/src/world.cc


Ignore:
Timestamp:
Mar 4, 2005, 10:01:43 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: FontSet addapted the fontset some more
doxygen-tags
name

File:
1 edited

Legend:

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

    r3455 r3456  
    2929#include "skysphere.h"
    3030#include "light.h"
    31 #include "sfont/cone3dfont.h"
     31#include "sfont/fontset.h"
    3232
    3333using namespace std;
     
    205205    {
    206206      // initializing Font
    207       testFont = new Cone3DFont();
    208       testFont->BuildFont("../data/pictures/font.tga");
     207      testFont = new FontSet();
     208      testFont->buildFont("../data/pictures/font.tga");
    209209
    210210      // initializing the TrackManager
     
    660660  skySphere->draw();
    661661
    662   testFont->PrintText(10, 10, 1, "orxonox_" PACKAGE_VERSION);
     662  testFont->printText(0, 0, 1, "orxonox_" PACKAGE_VERSION);
    663663
    664664}
Note: See TracChangeset for help on using the changeset viewer.