Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7516 in orxonox.OLD


Ignore:
Timestamp:
May 3, 2006, 3:32:05 PM (18 years ago)
Author:
amaechler
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/volfog_effect.cc

    r7515 r7516  
    3232  if (root != NULL)
    3333    this->loadParams(root);
    34 jhljkhlkjhlkjh  
     34 
    3535  this->activate();
    3636}
    3737
    3838
    39 
    40 VolFogEffect::~VolFogEffdect()
     39VolFogEffect::~VolFogEffect()
    4140{
    4241  this->deactivate();
     
    5958}
    6059
    61 
    62 
    6360bool VolFogEffect::deactivate()
    6461{
     
    6764
    6865
     66/**
     67 * draws the effect, if needed
     68 */
     69void VolFogEffect::draw() const
     70{}
     71
     72
     73
     74/**
     75 * ticks the effect if there is any time dependancy
     76 */
     77void VolFogEffect::tick(float dt)
     78       
     79{}
  • branches/atmospheric_engine/src/lib/graphics/effects/volfog_effect.h

    r7515 r7516  
    2323    virtual bool deactivate();
    2424
     25    virtual void draw() const;
     26    virtual void tick(float dt);
    2527
    2628  private:
Note: See TracChangeset for help on using the changeset viewer.