X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fenvironment%2Fprecipitation.hxx;h=8552647e15bf63cedad10e7d490bc571016645d3;hb=6d3766e9138ad53dc462c6ae1c3cad485cc701c2;hp=80a08aeae1d14590e0e4f9ebef6072619283cd6b;hpb=6d2f1ff81e76ea378b8dd471a6400649fdb029c8;p=simgear.git diff --git a/simgear/environment/precipitation.hxx b/simgear/environment/precipitation.hxx index 80a08aea..8552647e 100644 --- a/simgear/environment/precipitation.hxx +++ b/simgear/environment/precipitation.hxx @@ -36,9 +36,11 @@ class SGPrecipitation : public osg::Referenced { private: bool _freeze; + bool _enabled; float _snow_intensity; float _rain_intensity; + float _clip_distance; int _wind_dir; osg::Vec3 _wind_vec; @@ -55,6 +57,9 @@ public: void setFreezing(bool); void setRainIntensity(float); void setSnowIntensity(float); + + void setEnabled( bool ); + bool getEnabled() const; }; #endif