Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7382 in orxonox.OLD


Ignore:
Timestamp:
Apr 26, 2006, 4:17:20 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine

Location:
branches/atmospheric_engine/src/lib/graphics/effects
Files:
2 edited

Legend:

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

    r7381 r7382  
    2626 * @param root The XML-element to load the WeatherEffect from
    2727 */
    28 WeatherEffects::WeatherEffect(const TiXmlElement* root)
     28WeatherEffect::WeatherEffect(const TiXmlElement* root)
    2929{
    3030  // this->setClassID(CL_WEATHER_EFFECT, "WeatherEffect");
     
    3636 *  destroys a WeatherEffects
    3737 */
    38 WeatherEffects::~WeatherEffect()
     38WeatherEffect::~WeatherEffect()
    3939{
    4040
     
    7070 * ticks the effect if there is any time dependancy
    7171 */
    72 void WeatherEffects::tick(float dt)
     72void WeatherEffect::tick(float dt)
    7373{}
    7474
  • branches/atmospheric_engine/src/lib/graphics/effects/weather_effect.h

    r7381 r7382  
    1010
    1111
    12 class WeatherEffects : public BaseObject
     12class WeatherEffect : public BaseObject
    1313{
    1414  public:
    15     WeatherEffects(const TiXmlElement* root = NULL);
     15    WeatherEffect(const TiXmlElement* root = NULL);
    1616    virtual ~WeatherEffect();
    1717
Note: See TracChangeset for help on using the changeset viewer.