Changeset 6212 for code/branches/presentation2
- Timestamp:
- Dec 2, 2009, 7:24:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6210 r6212 92 92 { 93 93 arrowsOverlay1_ = new OrxonoxOverlay(this); 94 arrowsOverlay1_->setBackgroundMaterial("Orxonox/ DirectionArrows1");94 arrowsOverlay1_->setBackgroundMaterial("Orxonox/CenterOverlay"); 95 95 arrowsOverlay1_->setSize(Vector2(0.02727, 0.36 * arrowsSize_)); 96 96 arrowsOverlay1_->setPickPoint(Vector2(0.5, 0.5)); … … 99 99 100 100 arrowsOverlay2_ = new OrxonoxOverlay(this); 101 arrowsOverlay2_->setBackgroundMaterial("Orxonox/ DirectionArrows2");101 arrowsOverlay2_->setBackgroundMaterial("Orxonox/CenterOverlay"); 102 102 arrowsOverlay2_->setSize(Vector2(0.02727, 0.59 * arrowsSize_)); 103 103 arrowsOverlay2_->setPickPoint(Vector2(0.5, 0.5)); … … 106 106 107 107 arrowsOverlay3_ = new OrxonoxOverlay(this); 108 arrowsOverlay3_->setBackgroundMaterial("Orxonox/ DirectionArrows3");108 arrowsOverlay3_->setBackgroundMaterial("Orxonox/CenterOverlay"); 109 109 arrowsOverlay3_->setSize(Vector2(0.02727, 0.77 * arrowsSize_)); 110 110 arrowsOverlay3_->setPickPoint(Vector2(0.5, 0.5)); … … 113 113 114 114 arrowsOverlay4_ = new OrxonoxOverlay(this); 115 arrowsOverlay4_->setBackgroundMaterial("Orxonox/ DirectionArrows4");115 arrowsOverlay4_->setBackgroundMaterial("Orxonox/CenterOverlay"); 116 116 arrowsOverlay4_->setSize(Vector2(0.02727, arrowsSize_)); 117 117 arrowsOverlay4_->setPickPoint(Vector2(0.5, 0.5));
Note: See TracChangeset
for help on using the changeset viewer.