Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 7:24:59 PM (14 years ago)
Author:
scheusso
Message:

changed arrows because michi didn't upload the arrow pictures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc

    r6210 r6212  
    9292            {
    9393                arrowsOverlay1_ = new OrxonoxOverlay(this);
    94                 arrowsOverlay1_->setBackgroundMaterial("Orxonox/DirectionArrows1");
     94                arrowsOverlay1_->setBackgroundMaterial("Orxonox/CenterOverlay");
    9595                arrowsOverlay1_->setSize(Vector2(0.02727, 0.36 * arrowsSize_));
    9696                arrowsOverlay1_->setPickPoint(Vector2(0.5, 0.5));
     
    9999   
    100100                arrowsOverlay2_ = new OrxonoxOverlay(this);
    101                 arrowsOverlay2_->setBackgroundMaterial("Orxonox/DirectionArrows2");
     101                arrowsOverlay2_->setBackgroundMaterial("Orxonox/CenterOverlay");
    102102                arrowsOverlay2_->setSize(Vector2(0.02727, 0.59 * arrowsSize_));
    103103                arrowsOverlay2_->setPickPoint(Vector2(0.5, 0.5));
     
    106106   
    107107                arrowsOverlay3_ = new OrxonoxOverlay(this);
    108                 arrowsOverlay3_->setBackgroundMaterial("Orxonox/DirectionArrows3");
     108                arrowsOverlay3_->setBackgroundMaterial("Orxonox/CenterOverlay");
    109109                arrowsOverlay3_->setSize(Vector2(0.02727, 0.77 * arrowsSize_));
    110110                arrowsOverlay3_->setPickPoint(Vector2(0.5, 0.5));
     
    113113   
    114114                arrowsOverlay4_ = new OrxonoxOverlay(this);
    115                 arrowsOverlay4_->setBackgroundMaterial("Orxonox/DirectionArrows4");
     115                arrowsOverlay4_->setBackgroundMaterial("Orxonox/CenterOverlay");
    116116                arrowsOverlay4_->setSize(Vector2(0.02727, arrowsSize_));
    117117                arrowsOverlay4_->setPickPoint(Vector2(0.5, 0.5));
Note: See TracChangeset for help on using the changeset viewer.