Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2008, 10:27:52 PM (16 years ago)
Author:
FelixSchulthess
Message:

enhanced navigation with a target designation cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/hud/HUD.cc

    r1394 r1399  
    6464        fpsText = static_cast<TextAreaOverlayElement*>(om->createOverlayElement("TextArea", "fpsText"));
    6565        fpsText->show();
    66         fpsText->setMetricsMode(Ogre::GMM_RELATIVE);
    67         fpsText->setDimensions(0.3, 0.3);
    68         fpsText->setPosition(0.9, 0.02);
     66        fpsText->setMetricsMode(Ogre::GMM_PIXELS);
     67        fpsText->setDimensions(0.001, 0.001);
     68        fpsText->setPosition(10, 10);
    6969        fpsText->setFontName("Console");
     70        fpsText->setCharHeight(20);
    7071        fpsText->setCaption("init");
    7172
Note: See TracChangeset for help on using the changeset viewer.