Changeset 8790 in orxonox.OLD for branches/atmospheric_engine
- Timestamp:
- Jun 26, 2006, 2:48:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc
r8789 r8790 76 76 this->divs = 50; 77 77 78 this->skyColor = Vector(0.0f, 0.0f, 0.8f);79 this->cloudColor = Vector(0.8f, 0.8f, 0.8f);80 this->newSkyColor = this->skyColor;81 this->newCloudColor = this->cloudColor;78 skyColor = Vector(0.0f, 0.0f, 0.8f); 79 cloudColor = Vector(0.8f, 0.8f, 0.8f); 80 newSkyColor = skyColor; 81 newCloudColor = cloudColor; 82 82 this->fadeTime = 3; 83 83
Note: See TracChangeset
for help on using the changeset viewer.