Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2551 in orxonox.OLD for orxonox/branches


Ignore:
Timestamp:
Oct 11, 2004, 12:53:43 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all

Location:
orxonox/branches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/burli/src/world.cc

    r2037 r2551  
    177177{
    178178  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);
    180183  /* first draw all players */
    181184  playerList* tmpPlayer = lastPlayer;
  • orxonox/branches/chris/src/player.cc

    r2194 r2551  
    1919#include "stdincl.h"
    2020#include "collision.h"
     21#include <string.h>
    2122
    2223using namespace std;
Note: See TracChangeset for help on using the changeset viewer.