]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/oursun.hxx
Merge branch 'ehofman/sound'
[simgear.git] / simgear / scene / sky / oursun.hxx
index 5abbfa013a771279cf2a336c61b4cde617c3d224..3414c862656fd7078b44e63b6c8d76a7257cc32c 100644 (file)
@@ -42,6 +42,7 @@ class SGSun : public SGReferenced {
     osg::ref_ptr<osg::MatrixTransform> sun_transform;
 
     osg::ref_ptr<osg::Vec4Array> sun_cl;
+    osg::ref_ptr<osg::Vec4Array> scene_cl;
     osg::ref_ptr<osg::Vec4Array> ihalo_cl;
     osg::ref_ptr<osg::Vec4Array> ohalo_cl;
 
@@ -80,6 +81,7 @@ public:
 
     // retrun the current color of the sun
     SGVec4f get_color();
+    SGVec4f get_scene_color();
 };