Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5010 in orxonox.OLD for orxonox/trunk/src/world_entities/camera.cc


Ignore:
Timestamp:
Aug 14, 2005, 3:48:22 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better color-transformation-algorithms

File:
1 edited

Legend:

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

    r5007 r5010  
    192192void Camera::apply ()
    193193{
    194   this->target->getParent()->debugDraw(0, 2);
     194  this->target->getParent()->debugDraw(0, 2, Vector(1,0,0));
    195195  // switching to Projection Matrix
    196196  glMatrixMode (GL_PROJECTION);
Note: See TracChangeset for help on using the changeset viewer.