Changeset 8023 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
- Timestamp:
- May 31, 2006, 1:16:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
r8022 r8023 36 36 virtual void tick(float dt); 37 37 38 void activateSnow(); 39 void deactivateSnow(); 38 void activateSnow() { this->activate(); } 39 void deactivateSnow() { this->deactivate(); } 40 40 41 41 inline void numParticles(int n) { this->particles = n; }
Note: See TracChangeset
for help on using the changeset viewer.