Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5037 in orxonox.OLD


Ignore:
Timestamp:
Aug 15, 2005, 10:41:17 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: reverted the changes

Location:
orxonox/trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r5024 r5037  
    102102      "===================================================\n" \
    103103      "Thanks for playing orxonox.\n" \
    104       "visit: http://www.orxonox.ethz.ch for new versions.\n" \
     104      "visit: http://www.orxonox.net for new versions.\n" \
    105105      "===================================================\n" \
    106106      ORXONOX_LICENSE_SHORT
  • orxonox/trunk/src/world_entities/camera.cc

    r5036 r5037  
    214214  // switching back to Modeling Matrix
    215215  glMatrixMode (GL_MODELVIEW);
    216   this->target->getParent()->getParent()->debugDraw(0, 2, Vector(1,0,0));
     216//  this->target->getParent()->getParent()->debugDraw(0, 2, Vector(1,0,0));
    217217}
    218218
  • orxonox/trunk/src/world_entities/player.cc

    r5036 r5037  
    121121void Player::init()
    122122{
    123  this->setRelDir(Quaternion(M_PI, Vector(1,0,0)));
    124 
     123//  this->setRelDir(Quaternion(M_PI, Vector(1,0,0)));
    125124  this->setClassID(CL_PLAYER, "Player");
    126125  travelSpeed = 15.0;
Note: See TracChangeset for help on using the changeset viewer.