Changeset 1357 for code/branches
- Timestamp:
- May 22, 2008, 1:10:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/hud/RadarOverlayElement.cc
r1356 r1357 127 127 // from the angle we find out where to draw the marker 128 128 // and which of the four arrows to take 129 float r1 = 0.97;//atan(windowW_/windowH_); // doesn't work correctly yet129 float r1 = atan((float)(windowW_)/(float)(windowH_)); 130 130 float phi = focus_->phi_; 131 131 if(focus_->right_){
Note: See TracChangeset
for help on using the changeset viewer.