Changeset 2551 in orxonox.OLD for orxonox/branches
- Timestamp:
- Oct 11, 2004, 12:53:43 AM (20 years ago)
- Location:
- orxonox/branches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/burli/src/world.cc
r2037 r2551 177 177 { 178 178 glLoadIdentity(); 179 gluLookAt(2*sin(DataTank::yOffset/90*3.141)+DataTank::xOffset, -17.0 + DataTank::yOffset, 14.0 + 5*cos(DataTank::yOffset/50*3.141), DataTank::xOffset, 0.0 + DataTank::yOffset, 0.0, 0.0, 1.0, 0.0); 179 gluLookAt(2*sin(DataTank::yOffset/90*3.141)+DataTank::xOffset, 180 -17.0 + DataTank::yOffset, 14.0 + 5*cos(DataTank::yOffset/50*3.141), 181 DataTank::xOffset, 0.0 + DataTank::yOffset, 182 0.0, 0.0, 1.0, 0.0); 180 183 /* first draw all players */ 181 184 playerList* tmpPlayer = lastPlayer; -
orxonox/branches/chris/src/player.cc
r2194 r2551 19 19 #include "stdincl.h" 20 20 #include "collision.h" 21 #include <string.h> 21 22 22 23 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.