Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 4:26:40 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: cool light effect for the lightening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h

    r8255 r8266  
    3838   
    3939    inline void setLighteningOption(const std::string& option) { if (option == "activate") this->lighteningActivate = true;}
    40     inline void setFlashFrequency(float flashFrequency) { this->flashFrequency = flashFrequency; }
     40    inline void setFlashFrequency(float mainFrequency) { this->mainFrequency = mainFrequency;
     41                                                                                     this->flashFrequency = mainFrequency; }
    4142    inline void setFlashConstTime(float flashConstTime) { this->flashConstTime = flashConstTime; }
    4243    inline void setFlashRisingTime(float flashRisingTime) { if(flashRisingTime > this->flashConstTime)
     
    5657
    5758    float flashFrequency;
     59    float mainFrequency;
    5860    float flashConstTime;
    5961    float flashRisingTime;
Note: See TracChangeset for help on using the changeset viewer.