Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2006, 6:41:58 PM (19 years ago)
Author:
amaechler
Message:

branches/atmosphere_engine: cosmetics2

File:
1 edited

Legend:

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

    r7568 r7652  
    11/**
    2  * @file volfog_effect.h
    3  */
     2* @file volfog_effect.h
     3*/
    44
    55#ifndef _VOLFOG_EFFECT
     
    1212class VolFogEffect : public WeatherEffect
    1313{
    14   public:
    15     VolFogEffect(const TiXmlElement* root = NULL);
    16     virtual ~VolFogEffect();
     14        public:
     15                VolFogEffect(const TiXmlElement* root = NULL);
     16                virtual ~VolFogEffect();
    1717
    18     virtual void loadParams(const TiXmlElement* root);
     18                virtual void loadParams(const TiXmlElement* root);
    1919
    20     virtual bool init();
     20                virtual bool init();
    2121
    22     virtual bool activate();
    23     virtual bool deactivate();
     22                virtual bool activate();
     23                virtual bool deactivate();
    2424
    25     virtual void draw() const;
    26     virtual void tick(float dt);
     25                virtual void draw() const;
     26                virtual void tick(float dt);
    2727
    28   private:
    29     GLfloat fogColor[4];
     28        private:
     29                GLfloat fogColor[4];
    3030
    3131};
Note: See TracChangeset for help on using the changeset viewer.