Changeset 8455 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.h
- Timestamp:
- Jun 15, 2006, 1:12:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.h
r8443 r8455 18 18 virtual void loadParams(const TiXmlElement* root); 19 19 20 virtual boolinit();20 virtual void init(); 21 21 22 virtual boolactivate();23 virtual booldeactivate();22 virtual void activate(); 23 virtual void deactivate(); 24 24 25 25 void activateFog() { this->activate(); }
Note: See TracChangeset
for help on using the changeset viewer.