]> 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 69987d33799cc7921436dc6e2f9aaaef81099b91..a7be74786792882f5af0bd63fceaf1657c9153e9 100644 (file)
@@ -100,6 +100,7 @@ private:
     // input parameters affected by the weather system
     float _saturation;
     float _scattering;
+    float _overcast;
 
     double _dt_total;
 
@@ -111,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 ();