Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2006, 3:50:16 PM (19 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine

File:
1 edited

Legend:

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

    r8269 r8326  
    3737    void setFlashSize(float width, float height, float seedWidth, float seedHeight);
    3838   
    39     inline void setLighteningOption(const std::string& option) { if (option == "activate") this->lighteningActivate = true;}
     39    inline void setLighteningOption(const std::string& option) { if (option == "activate") this->lighteningActivate = true;
     40                                                                                         if (option == "movelightening") this->lighteningMove = true;}
    4041    inline void setFlashFrequency(float mainFrequency, float seedTime) { this->mainFrequency = mainFrequency;
    4142                                                                                                            this->flashFrequency = mainFrequency;
     
    5556    Billboard* billboard[4];
    5657    bool lighteningActivate;
     58    bool lighteningMove;
    5759
    5860    float flashFrequency;
     
    7678    float mainPosY;
    7779    float mainPosZ;
     80   
     81    Vector cameraCoor;
    7882
    7983    Light* flashLight;
Note: See TracChangeset for help on using the changeset viewer.