Changeset 8022 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
- Timestamp:
- May 31, 2006, 1:01:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h
r7810 r8022 49 49 inline void coord(float x, float y, float z) { this->snowCoord = Vector(x, y, z); } 50 50 inline void wind(int force) { this->snowWindForce = force; } 51 inline void setSnowOption(const std::string& option) { /*if (option == "fade") this->snowFade = true;*/ 52 if (option == "movesnow") this->snowMove = true; 53 if (option == "activate") this->snowActivate = true; } 51 54 52 55 … … 65 68 int snowWindForce; 66 69 67 bool activated; 68 70 //bool activated; 71 bool snowMove; 72 bool snowActivate; 73 69 74 PlaneEmitter* emitter; 70 75
Note: See TracChangeset
for help on using the changeset viewer.