]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
Merge branch 'merge-requests/1555' into next
[flightgear.git] / src / Time / light.hxx
index 42a9f27d8869cd807900739c1555b14fc32da0c9..a7be74786792882f5af0bd63fceaf1657c9153e9 100644 (file)
@@ -96,7 +96,11 @@ private:
     // clear sky and fog color adjusted for sunset effects
     SGVec4f _adj_fog_color;
     SGVec4f _adj_sky_color;
+
+    // input parameters affected by the weather system
     float _saturation;
+    float _scattering;
+    float _overcast;
 
     double _dt_total;
 
@@ -108,6 +112,8 @@ private:
     // properties for chrome light; not a tie because I want to fire
     // property listeners when the values change.
     SGPropertyNode_ptr _chromeProps[4];
+  
+    SGPropertyNode_ptr _sunAngleRad;
 public:
 
     FGLight ();