Changeset 7683 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc
- Timestamp:
- May 18, 2006, 2:56:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc
r7652 r7683 35 35 36 36 this->fogMode = GL_LINEAR; 37 this->fogDensity = 0.001f; 38 this->fogStart = 10.0f; 39 this->fogEnd = 1000.0f; 37 this->fogDensity = 0.1f; 38 this->fogStart = 0.0f; 39 this->fogEnd = 5000.0f; 40 this->colorVector = Vector(0.7, 0.7, 0.7); 40 41 41 42 if (root != NULL)
Note: See TracChangeset
for help on using the changeset viewer.