Changeset 7650 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
- Timestamp:
- May 17, 2006, 2:58:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
r7649 r7650 15 15 class SpriteParticles; 16 16 class PlaneEmitter; 17 class PNode; 17 18 18 19 class SnowEffect : public WeatherEffect … … 55 56 float velocity, randomVelocity; 56 57 float angle, randomAngle; 58 float alpha; 57 59 Vector snowCoord; 58 60 Vector2D snowSize; 59 61 62 bool activated; 63 60 64 static SpriteParticles* snowParticles; 61 65
Note: See TracChangeset
for help on using the changeset viewer.