Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 23, 2004, 11:21:38 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: hardware independant game speed, more shoots, more speed - see mail

File:
1 edited

Legend:

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

    r1899 r1900  
    1919  float yCor;
    2020  float zCor;
     21 
     22  float collisionRadius;
    2123
    2224  /* this player wanna shoot? so include a ref to ShootLaser */
     
    2527  void setPosition(float x, float y, float z);
    2628  void getPosition(float* x, float* y, float* z);
     29  void setCollisionRadius(float radius);
    2730  void goX(float x);
    2831  void goY(float y);
Note: See TracChangeset for help on using the changeset viewer.