Changeset 8050 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h
- Timestamp:
- May 31, 2006, 11:45:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h
r7951 r8050 35 35 Billboard* billboard; 36 36 37 float flashFrequency; //!< frequency to activate itself 38 float flashRisingTime; //!< time to rise 39 float flashConstTime; //!< time to be drawn 40 float flashFallTime; //!< time to fall 41 42 float time; //!< time 43 44 //bool bRender; 45 bool bNewCoordinate; 46 //Material* material; 47 //Vector offset; 48 float width; 49 float height; 50 51 float seedX; 52 float seedZ; 53 float seedTime; 54 55 //OrxSound::SoundSource soundSource; 56 //OrxSound::SoundBuffer* thunderBuffer; 57 37 58 }; 38 59
Note: See TracChangeset
for help on using the changeset viewer.