Changeset 3401 in orxonox.OLD for orxonox/branches/dave/src/player.h
- Timestamp:
- Feb 11, 2005, 12:10:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/player.h
r3365 r3401 32 32 virtual void leftWorld(); 33 33 34 34 35 private: 35 36 bool bUp, bDown, bLeft, bRight, bAscend, bDescend; 36 37 bool bFire; 38 37 39 Vector velocity; 40 Vector accelSlip; 41 Vector accelSlipDirection; 38 42 float travelSpeed; 39 43 float acceleration; 44 float angle; 40 45 GLuint objectList; 41 46 42 47 void move(float time); 43 48 void rotate(float time); 49 void backRotate(float time); 50 Vector slip (float time,Vector accel); 44 51 }; 45 52
Note: See TracChangeset
for help on using the changeset viewer.