Changeset 8734 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics
- Timestamp:
- Jun 22, 2006, 4:50:38 PM (18 years ago)
- Location:
- branches/atmospheric_engine/src/lib/graphics/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc
r8716 r8734 71 71 this->fogDensity = 0.005; 72 72 this->fogStart = 0; 73 this->fogEnd = 200;74 this->colorVector = Vector(0. 3, 0.3, 0.3);73 this->fogEnd = 300; 74 this->colorVector = Vector(0.6, 0.0, 0.0); 75 75 76 76 // init variables -
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
r8716 r8734 117 117 this->rainFadeOutDuration = 0; 118 118 this->localTimer = 0; 119 this->soundRainVolume = 0. 8f;119 this->soundRainVolume = 0.3f; 120 120 121 121 this->emitter = new PlaneEmitter(this->rainSize);
Note: See TracChangeset
for help on using the changeset viewer.