Changeset 8946 in orxonox.OLD for branches/mountain_lake/src/lib/graphics
- Timestamp:
- Jun 30, 2006, 10:12:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/graphics/effects/cloud_effect.cc
r8911 r8946 166 166 167 167 this->skydome->generateSkyPlane(this->divs, this->planetRadius, this->atmosphericRadius, 1, 1); 168 this->skydome->activate(); 168 169 169 170 this->cloudActivate = true; … … 173 174 PRINTF(0)("Deactivating CloudEffect\n"); 174 175 176 this->skydome->deactivate(); 175 177 this->cloudActivate = false; 176 178 }
Note: See TracChangeset
for help on using the changeset viewer.