Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 12:24:30 AM (16 years ago)
Author:
FelixSchulthess
Message:

moved to spaceship what belonged there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/hud/HUD.cc

    r1399 r1400  
    102102
    103103        radar->init(0.5, 0.9, 0.2, container);
    104         addRadarObject(Vector3(2000.0, 1000.0, 1000.0));
    105         addRadarObject(Vector3(0.0, 4000.0, 0.0));
    106         addRadarObject(Vector3(0.0, 0.0, 6800.0));
     104        addRadarObject(Vector3(2000.0, 0.0, 0.0));
     105        addRadarObject(Vector3(0.0, 2000.0, 0.0));
     106        addRadarObject(Vector3(0.0, 0.0, 2000.0));
    107107    }
    108108
Note: See TracChangeset for help on using the changeset viewer.