Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6977 in orxonox.OLD for trunk/src/lib/graphics/effects/fog_effect.cc


Ignore:
Timestamp:
Feb 2, 2006, 11:30:40 AM (18 years ago)
Author:
patrick
Message:

trunk: fog-effect should be loadable but isn't

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/effects/fog_effect.cc

    r6976 r6977  
    3131
    3232
    33 
    3433/**
    3534 *  default constructor
     
    3837 FogEffect::FogEffect(const TiXmlElement* root)
    3938{
     39  PRINTF(0)("Fog Effect Created\n");
     40  this->setClassID(CL_FOG_EFFECT, "FogEffect");
    4041
    4142  this->fogMode = GL_EXP2;
     
    6364{
    6465  PRINTF(0)(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.loadParms\n\n");
     66
    6567  GraphicsEffect::loadParams(root);
    6668
Note: See TracChangeset for help on using the changeset viewer.