Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5036 in orxonox.OLD


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

orxonox/trunk: debug, to show patrick

Location:
orxonox/trunk/src/world_entities
Files:
2 edited

Legend:

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

    r5032 r5036  
    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

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