Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4994 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Aug 13, 2005, 11:57:23 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxytag and stuff

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

Legend:

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

    r4992 r4994  
    142142    case VIEW_FRONT:
    143143      this->toFovy = 120.0;
    144       //this->softReparent("Player");
     144     // this->softReparent("Player");
    145145      this->target->softReparent("Player");
    146146      this->setRelCoorSoft(4, 0, 0);
     
    180180  if (tmpFovy > .001)
    181181    this->fovy += (this->toFovy - this->fovy) * dt;
    182 
    183   this->getParent()->debug(2);
    184   //this->debug(1);
    185   //this->target->debug(1);
    186182}
    187183
     
    195191void Camera::apply ()
    196192{
     193  this->target->debugDraw(2);
    197194  // switching to Projection Matrix
    198195  glMatrixMode (GL_PROJECTION);
  • orxonox/trunk/src/world_entities/player.cc

    r4990 r4994  
    234234
    235235  this->weaponMan->draw();
     236
     237  //this->debug(0);
    236238}
    237239
Note: See TracChangeset for help on using the changeset viewer.