Changeset 8327 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
- Timestamp:
- Jun 12, 2006, 3:51:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
r8267 r8327 105 105 this->rainCoord = Vector(500, 500, 500); 106 106 this->rainSize = Vector2D(1000, 1000); 107 this->rainRate = 3000;107 this->rainRate = 4000; 108 108 this->rainVelocity = -300; 109 109 this->rainLife = 4;
Note: See TracChangeset
for help on using the changeset viewer.