Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9179 in orxonox.OLD for branches/presentation/src/util


Ignore:
Timestamp:
Jul 5, 2006, 12:27:18 AM (18 years ago)
Author:
bensch
Message:

orxonox/presentation: radar shows scattered Mines.
Collision-Lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/hud.cc

    r9014 r9179  
    187187    this->_radar->setCenterNode(State::getPlayer()->getPlayable());
    188188    this->_radar->addEntityList(&State::getObjectManager()->getObjectList((OM_LIST)(State::getPlayer()->getPlayable()->getOMListNumber()+1)), Color(.4, .4, 1.0));
     189    this->_radar->addEntityList(&State::getObjectManager()->getObjectList(OM_GROUP_02), Color(1.0, .2, .2));
    189190    this->_radar->setAbsCoor2D(0.8 * this->resX, 0.01 * this->resY);
    190191    this->_radar->setWidgetSize(0.2 * this->resX, 0.2 * this->resY);
Note: See TracChangeset for help on using the changeset viewer.