Changeset 8327 in orxonox.OLD for branches/atmospheric_engine/src
- Timestamp:
- Jun 12, 2006, 3:51:28 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
r8267 r8327 76 76 this->localTimer = 0; 77 77 78 this->fogMode = GL_ EXP2;79 this->fogDensity = 0.0 01;78 this->fogMode = GL_LINEAR; 79 this->fogDensity = 0.05; 80 80 this->fogStart = 0; 81 this->fogEnd = 500 0;82 this->colorVector = Vector(0. 7, 0.7, 0.7);81 this->fogEnd = 500; 82 this->colorVector = Vector(0.3, 0.3, 0.3); 83 83 84 84 return 0; -
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
r8267 r8327 105 105 this->rainCoord = Vector(500, 500, 500); 106 106 this->rainSize = Vector2D(1000, 1000); 107 this->rainRate = 3000;107 this->rainRate = 4000; 108 108 this->rainVelocity = -300; 109 109 this->rainLife = 4;
Note: See TracChangeset
for help on using the changeset viewer.