Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1879 in orxonox.OLD for orxonox/trunk/core/player.h


Ignore:
Timestamp:
May 8, 2004, 1:12:33 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: perspective view, key-repeat bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/player.h

    r1872 r1879  
    1414  ~Player ();
    1515
    16   void setPosition(int x, int y, int z);
    17   void getPosition(int* x, int* y, int* z);
    18   void goX(int x);
    19   void goY(int y);
    20   void goZ(int x);
     16  void setPosition(float x, float y, float z);
     17  void getPosition(float* x, float* y, float* z);
     18  void goX(float x);
     19  void goY(float y);
     20  void goZ(float x);
    2121  void shoot(int n);
    2222  //  void addIO(InputOutput *io);
     
    2525 private:
    2626  /* position of the space craft */
    27   int xCor;
    28   int yCor;
    29   int zCor;
     27  float xCor;
     28  float yCor;
     29  float zCor;
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.