Changeset 3456 in orxonox.OLD for orxonox/trunk/src/world.cc
- Timestamp:
- Mar 4, 2005, 10:01:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r3455 r3456 29 29 #include "skysphere.h" 30 30 #include "light.h" 31 #include "sfont/ cone3dfont.h"31 #include "sfont/fontset.h" 32 32 33 33 using namespace std; … … 205 205 { 206 206 // initializing Font 207 testFont = new Cone3DFont();208 testFont-> BuildFont("../data/pictures/font.tga");207 testFont = new FontSet(); 208 testFont->buildFont("../data/pictures/font.tga"); 209 209 210 210 // initializing the TrackManager … … 660 660 skySphere->draw(); 661 661 662 testFont-> PrintText(10, 10, 1, "orxonox_" PACKAGE_VERSION);662 testFont->printText(0, 0, 1, "orxonox_" PACKAGE_VERSION); 663 663 664 664 }
Note: See TracChangeset
for help on using the changeset viewer.