Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3323 in orxonox.OLD for orxonox/branches/parenting/src/player.cc


Ignore:
Timestamp:
Jan 3, 2005, 2:21:34 PM (19 years ago)
Author:
patrick
Message:

oroxnox/branches/parenting: turned coordinate system, now using the normal opengl orientation: x: forth, y: up, z: right. tried to turn the landscape, but didnt work. will be remade later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/player.cc

    r3309 r3323  
    136136  Vector direction (1.0, 0.0, 0.0);
    137137  //direction = this->absDirection.apply (direction);
    138   Vector orthDirection (0.0, 1.0, 0.0);
     138  Vector orthDirection (0.0, 0.0, 1.0);
    139139  //orthDirection = orthDirection.cross (direction);
    140140
Note: See TracChangeset for help on using the changeset viewer.