Changeset 8327 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc
- Timestamp:
- Jun 12, 2006, 3:51:28 PM (18 years ago)
- File:
-
- 1 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;
Note: See TracChangeset
for help on using the changeset viewer.