X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2Flight.hxx;h=75c23ca93c54cfb7d4e834f5356124c0a0178a01;hb=da73dd97d3d0e36b6078728ac39f0b98cae46ff7;hp=42a9f27d8869cd807900739c1555b14fc32da0c9;hpb=f75656ea59bf869afd6ef242caddd890a8247bef;p=flightgear.git diff --git a/src/Time/light.hxx b/src/Time/light.hxx index 42a9f27d8..75c23ca93 100644 --- a/src/Time/light.hxx +++ b/src/Time/light.hxx @@ -89,6 +89,7 @@ private: SGVec4f _scene_chrome; // clear sky, fog and cloud color + SGVec4f _sun_color; SGVec4f _sky_color; SGVec4f _fog_color; SGVec4f _cloud_color; @@ -96,7 +97,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 +113,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 ();