Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 9:50:56 PM (19 years ago)
Author:
bensch
Message:

merged the branche atmos back. no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/effects/volfog_effect.h

    r8362 r8495  
    1111#include "glincl.h"
    1212
    13 class VolFogEffect : public WeatherEffect
    14 {
    15         public:
    16                 VolFogEffect(const TiXmlElement* root = NULL);
    17                 virtual ~VolFogEffect();
     13class VolFogEffect : public WeatherEffect {
     14public:
     15    VolFogEffect(const TiXmlElement* root = NULL);
     16    virtual ~VolFogEffect();
    1817
    19                 virtual void loadParams(const TiXmlElement* root);
     18    virtual void loadParams(const TiXmlElement* root);
    2019
    21                 virtual bool init();
     20    virtual void init();
    2221
    23                 virtual bool activate();
    24                 virtual bool deactivate();
     22    virtual void activate();
     23    virtual void deactivate();
    2524
    26                 virtual void draw() const;
    27                 virtual void tick(float dt);
     25    virtual void draw() const;
     26    virtual void tick(float dt);
    2827
    29         private:
    30                 GLfloat fogColor[4];
     28private:
     29    GLfloat fogColor[4];
    3130
    3231};
Note: See TracChangeset for help on using the changeset viewer.