Changeset 9234 in orxonox.OLD for branches/presentation/src/lib/graphics
- Timestamp:
- Jul 5, 2006, 2:31:04 PM (19 years ago)
- Location:
- branches/presentation/src/lib/graphics/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/effects/fog_effect.cc
r9205 r9234 23 23 24 24 // Define shell commands 25 SHELL_COMMAND(activate, FogEffect, activateFog);26 SHELL_COMMAND(deactivate, FogEffect, deactivateFog);25 //SHELL_COMMAND(activate, FogEffect, activateFog); 26 //SHELL_COMMAND(deactivate, FogEffect, deactivateFog); 27 27 SHELL_COMMAND(fadein, FogEffect, fadeInFog); 28 28 SHELL_COMMAND(fadeout, FogEffect, fadeOutFog); -
branches/presentation/src/lib/graphics/effects/snow_effect.cc
r9215 r9234 57 57 if (this->windBuffer != NULL) 58 58 ResourceManager::getInstance()->unload(this->windBuffer); 59 59 this->windBuffer = (OrxSound::SoundBuffer*)ResourceManager::getInstance()->load("sound/atmosphere/wind.wav", WAV); 60 60 } 61 61
Note: See TracChangeset
for help on using the changeset viewer.