Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 9, 2015, 3:54:40 PM (8 years ago)
Author:
meierman
Message:

programm wall placement works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hoverHS15/src/modules/hover/HoverWall.cc

    r10785 r10787  
    6363            xSize_ = 50;
    6464            zSize_ = 2;
    65             xPos_ = x*100;
    66             zPos_ = y*100-50;
     65            zPos_ = x*100;
     66            xPos_ = y*100 -50;
    6767        }
    6868        else{
    6969            xSize_ = 2;
    7070            zSize_ = 50;
    71             xPos_ = x*100-50;
    72             zPos_ = y*100;
     71            zPos_ = x*100-50;
     72            xPos_ = y*100;
    7373        }
    7474
Note: See TracChangeset for help on using the changeset viewer.