- Timestamp:
- May 24, 2008, 2:07:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/hud/RadarOverlayElement.cc
r1406 r1408 78 78 79 79 void RadarOverlayElement::update() { 80 <<<<<<< .working81 shipPos_ = SpaceShip::getLocalShip()->getPosition();82 currentDir_ = SpaceShip::getLocalShip()->getOrientation()*initialDir_; // according to beni....83 currentOrth_ = SpaceShip::getLocalShip()->getOrientation()*initialOrth_;84 plane = Plane(currentDir_, shipPos_);85 86 RadarObject* ro = firstRadarObject_;87 =======88 80 shipPos_ = SpaceShip::getLocalShip()->getPosition(); 89 81 currentDir_ = SpaceShip::getLocalShip()->getDir(); 90 82 currentOrth_ = SpaceShip::getLocalShip()->getOrth(); 91 83 RadarObject* ro = HUD::getSingleton().getFirstRadarObject(); 92 >>>>>>> .merge-right.r140193 84 // iterate through all RadarObjects 94 85 while(ro != NULL){
Note: See TracChangeset
for help on using the changeset viewer.