Changeset 8905 in orxonox.OLD for branches/mountain_lake/src/lib/graphics/effects/rain_effect.h
- Timestamp:
- Jun 29, 2006, 1:42:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/graphics/effects/rain_effect.h
r8793 r8905 86 86 this->rainFadeOutDuration = fadeout; 87 87 } 88 88 89 89 inline void setCloudColor(float colorX, float colorY, float colorZ) 90 90 { … … 113 113 GLfloat rainFadeInDuration; 114 114 GLfloat rainFadeOutDuration; 115 bool rainFadeInActivate; 116 bool rainFadeOutActivate; 115 117 116 118 Vector rainCoord; … … 130 132 float soundRainVolume; 131 133 132 LightManager* lightMan;133 GLfloat rainAmbient;134 135 134 Vector oldSkyColor; 136 135 Vector oldCloudColor;
Note: See TracChangeset
for help on using the changeset viewer.