Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10424 in orxonox.OLD for trunk/src/world_entities/blackscreen.cc


Ignore:
Timestamp:
Jan 28, 2007, 1:03:34 AM (17 years ago)
Author:
patrick
Message:

more on planet atmos, fading and track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/blackscreen.cc

    r10404 r10424  
    169169}
    170170
     171
     172void BlackScreen::initFadeBlack()
     173{
     174  this->i = 1.;
     175  this->state = true;
     176  this->toList(OM_COMMON);
     177}
     178
     179
    171180void BlackScreen::changeFadeSpeed(float newSpeed)
    172181{
Note: See TracChangeset for help on using the changeset viewer.