Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2008, 10:51:53 PM (16 years ago)
Author:
FelixSchulthess
Message:

progress bars now resize automatically and have a new look

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.cc

    r1328 r1329  
    7878        point = static_cast<PanelOverlayElement*>(om->createOverlayElement("Panel", "point"));
    7979        point->show();
     80        container->addChild(this);
    8081        container->addChild(point);
    8182        point->setMaterialName("Orxonox/RedDot");
     
    9798
    9899    void RadarOverlayElement::update() {
    99         resize();
    100100        shipPos_ = SpaceShip::instance_s->getPosition();
    101101        currentDir_ = SpaceShip::instance_s->getOrientation()*initialDir_;              // according to beni....
Note: See TracChangeset for help on using the changeset viewer.