Changeset 8455 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/lightening_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/lightening_effect.h
r8373 r8455 25 25 virtual void loadParams(const TiXmlElement* root); 26 26 27 virtual boolinit();27 virtual void init(); 28 28 29 virtual boolactivate();30 virtual booldeactivate();29 virtual void activate(); 30 virtual void deactivate(); 31 31 32 inline void activateLightening() { this->activate(); }33 inline void deactivateLightening() { this->deactivate(); }32 inline void activateLightening() { this->activate(); } 33 inline void deactivateLightening() { this->deactivate(); } 34 34 35 35 virtual void draw() const;
Note: See TracChangeset
for help on using the changeset viewer.