Changeset 8700 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h
- Timestamp:
- Jun 22, 2006, 9:24:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h
r8495 r8700 33 33 inline void deactivateLightening() { this->deactivate(); } 34 34 35 virtual void draw() const;36 35 virtual void tick(float dt); 37 36 … … 77 76 float time; 78 77 79 bool bNewCoordinate; 78 bool flashingActive; 79 bool bNewCoordinate; 80 80 81 float width; 81 82 float height; … … 95 96 Light* flashLight; 96 97 97 //OrxSound::SoundSource soundSource;98 //OrxSound::SoundBuffer* thunderBuffer;98 OrxSound::SoundSource soundSource; 99 OrxSound::SoundBuffer* thunderBuffer; 99 100 100 101 };
Note: See TracChangeset
for help on using the changeset viewer.