Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2008, 11:27:09 AM (16 years ago)
Author:
FelixSchulthess
Message:

dot on radar moves now, but not continious (nonsatisfying)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/hud/RadarOverlayElement.h

    r1302 r1308  
    5656    Vector3 shipPos_;               //position of ship
    5757    Vector3 vec_;                   //vector product dir X ort
    58     double alpha_;                  //defines the radius in the radar
    59     double beta_;                   //defines the angle in the radar
     58    double radius_;                  //defines the radius in the radar
     59    double phi_;                   //defines the angle in the radar
    6060    float left_, top_;
    6161    bool right_;                    //checks whether the object is on the right side (since cos is not bijective)
Note: See TracChangeset for help on using the changeset viewer.