Changeset 8521 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
- Timestamp:
- Jun 16, 2006, 10:34:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
r8495 r8521 39 39 40 40 /* TODO: 41 - test multiple rain emitters 41 - test multiple rain emitters <-- doesn't work 42 42 - Think about what happens with building poss. to hang movewithcam off 43 43 - Possible to activate lightening … … 207 207 // increase sound volume 208 208 // this->soundSource.fadein(this->rainBuffer, 10); 209 209 210 } else if ( this->rainFadeOutDuration != 0 ) { 210 211 if ( this->localTimer < this->rainFadeOutDuration ) { … … 227 228 // decrease sound volume 228 229 // this->soundSource.fadeout(this->rainBuffer, 10); 230 229 231 } else 230 232 this->deactivate(); … … 258 260 259 261 } 262 263 void RainEffect::hideRain() { 264 265 RainEffect::rainParticles->setColor(0, 0,0,0, 0); 266 RainEffect::rainParticles->setColor(0, 0,0,0, 0); 267 268 }
Note: See TracChangeset
for help on using the changeset viewer.