- Timestamp:
- May 15, 2008, 5:37:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/hud/RadarOverlayElement.h~
r1290 r1292 26 26 */ 27 27 28 /* local coordinate system of space ship: 29 30 y 31 + z 32 | + 33 | / 34 |/ 35 x +------O 36 */ 28 37 29 38 #ifndef _RADAR_H__ … … 63 72 64 73 void initRadarOverlayElement(Real left, Real top, int dim, Ogre::OverlayContainer* container); 65 void setMainShipPosition(int dirX, dirY, dirZ, ortX, ortY,ortZ);74 void setMainShipPosition(int dirX, int dirY, int dirZ, int ortX, int ortY, int ortZ); 66 75 67 76 int newShip(int X, int Y, int Z);
Note: See TracChangeset
for help on using the changeset viewer.