Changeset 9028 in orxonox.OLD for branches/mountain_lake/src/lib/graphics/effects/lightning_effect.cc
- Timestamp:
- Jul 3, 2006, 11:48:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/graphics/effects/lightning_effect.cc
r9006 r9028 199 199 this->flashLight->setSpecularColor(1,1,1); 200 200 201 CloudEffect::flashSky(0.02);202 201 203 202 // Play thunder sound … … 223 222 this->flashLight->setDiffuseColor(0,0,0); 224 223 this->flashLight->setSpecularColor(0,0,0); 225 CloudEffect::changeSkyColor(Vector(0,0,1), 0.02);226 224 227 225 this->newCoordinates();
Note: See TracChangeset
for help on using the changeset viewer.