Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6778 in orxonox.OLD for trunk/src/lib/graphics/light.cc


Ignore:
Timestamp:
Jan 26, 2006, 5:49:58 PM (18 years ago)
Author:
bensch
Message:

trunk: ModelView work…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/light.cc

    r6764 r6778  
    342342void LightManager::draw() const
    343343{
    344   glMatrixMode(GL_MODELVIEW);
    345   glLoadIdentity();
    346   PRINTF(4)("Drawing the Lights\n");
     344 PRINTF(4)("Drawing the Lights\n");
    347345  for (int i = 0; i < NUMBEROFLIGHTS; i++)
    348346    if (this->lights[i])
Note: See TracChangeset for help on using the changeset viewer.