Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 31, 2006, 3:28:26 AM (19 years ago)
Author:
patrick
Message:

trunk: working on the lenseflare

File:
1 edited

Legend:

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

    r6778 r6884  
    337337}
    338338
     339
     340Light* LightManager::getLight(int lightNumber) const
     341{
     342  if( lightNumber < NUMBEROFLIGHTS)
     343    return this->lights[lightNumber];
     344
     345  return NULL;
     346}
     347
    339348/**
    340349 *  draws all the Lights in their appropriate position
Note: See TracChangeset for help on using the changeset viewer.