Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5013 in orxonox.OLD for orxonox/trunk/src


Ignore:
Timestamp:
Aug 14, 2005, 4:26:50 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: flush it out :)
this was a day again…
a lot has changed, orxonox has even more colors now, movement is smooth…
this is, what makes me happy
@patrick: i hope you like it…

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

Legend:

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

    r5012 r5013  
    214214  // switching back to Modeling Matrix
    215215  glMatrixMode (GL_MODELVIEW);
    216   this->target->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

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