Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8946 in orxonox.OLD for branches/mountain_lake/src/lib/graphics


Ignore:
Timestamp:
Jun 30, 2006, 10:12:47 AM (18 years ago)
Author:
hdavid
Message:

branches/mountain_lake: deactivating clouds also deactivates the skydome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mountain_lake/src/lib/graphics/effects/cloud_effect.cc

    r8911 r8946  
    166166
    167167    this->skydome->generateSkyPlane(this->divs, this->planetRadius, this->atmosphericRadius, 1, 1);
     168    this->skydome->activate();
    168169
    169170    this->cloudActivate = true;
     
    173174    PRINTF(0)("Deactivating CloudEffect\n");
    174175
     176    this->skydome->deactivate();
    175177    this->cloudActivate = false;
    176178}
Note: See TracChangeset for help on using the changeset viewer.