Changeset 8473 in orxonox.OLD for branches/water/src/lib/graphics/effects
- Timestamp:
- Jun 15, 2006, 3:59:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/lib/graphics/effects/fog_effect.cc
r8362 r8473 71 71 this->localTimer = 0; 72 72 73 this->fogMode = GL_ EXP2;73 this->fogMode = GL_LINEAR; 74 74 this->fogDensity = 0.001; 75 75 this->fogStart = 0; 76 this->fogEnd = 5000;77 this->colorVector = Vector(0. 7, 0.7, 0.7);76 this->fogEnd = 1000; 77 this->colorVector = Vector(0.0f, 0.0f, 0.7f); 78 78 79 79 return true;
Note: See TracChangeset
for help on using the changeset viewer.