Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8790 in orxonox.OLD


Ignore:
Timestamp:
Jun 26, 2006, 2:48:41 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: activating rain effect changes the cloud- & skycolor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc

    r8789 r8790  
    7676  this->divs = 50;
    7777
    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;
    8282  this->fadeTime = 3;
    8383
Note: See TracChangeset for help on using the changeset viewer.