Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2006, 9:49:33 AM (18 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: glFog implemented in AtmosEngine

File:
1 edited

Legend:

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

    r7381 r7392  
    2727using namespace std;
    2828
    29 
    30 
    3129/**
    3230 * @param root The XML-element to load the AtmosphericEngine from
     
    3432AtmosphericEngine::AtmosphericEngine()
    3533{
    36   //this->setClassID(CL_ATMOSPHERIC_ENGINE, "AtmosphericEngine");
    37   this->bActivated = false;
     34  // this->setClassID(CL_ATMOSPHERIC_ENGINE, "AtmosphericEngine");
     35  // this->bActivated = false;
    3836}
    3937
     
    9290 *  initializes the graphics effect
    9391 */
    94 bool AtmosphericEngine::init()
    95 {}
     92//bool AtmosphericEngine::init()
     93//{}
    9694
    9795
Note: See TracChangeset for help on using the changeset viewer.