Changeset 8521 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.h
- Timestamp:
- Jun 16, 2006, 10:34:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.h
r8495 r8521 37 37 this->activate(); 38 38 } 39 39 40 inline void deactivateRain() { 40 41 this->deactivate(); … … 45 46 void startRaining(); 46 47 void stopRaining(); 48 49 void hideRain(); 47 50 48 51 inline void setRainCoord(float x, float y, float z) { … … 84 87 ParticleEmitter* emitter; 85 88 86 GLfloat rainFadeInDuration;87 GLfloat rainFadeOutDuration;88 float localTimer;89 GLfloat rainFadeInDuration; 90 GLfloat rainFadeOutDuration; 91 float localTimer; 89 92 90 Vector rainCoord;91 Vector2D rainSize;92 GLfloat rainRate;93 GLfloat rainVelocity;94 GLfloat rainLife;95 GLfloat rainMaxParticles;96 int rainWindForce;97 bool rainMove;98 bool rainActivate;93 Vector rainCoord; 94 Vector2D rainSize; 95 GLfloat rainRate; 96 GLfloat rainVelocity; 97 GLfloat rainLife; 98 GLfloat rainMaxParticles; 99 int rainWindForce; 100 bool rainMove; 101 bool rainActivate; 99 102 100 OrxSound::SoundSource soundSource;103 OrxSound::SoundSource soundSource; 101 104 OrxSound::SoundBuffer* rainBuffer; 102 105 OrxSound::SoundBuffer* windBuffer; 103 106 104 float soundRainVolume;107 float soundRainVolume; 105 108 106 LightManager* lightMan;107 GLfloat rainAmbient;109 LightManager* lightMan; 110 GLfloat rainAmbient; 108 111 109 112 };
Note: See TracChangeset
for help on using the changeset viewer.