]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sky.hxx
Expose the sun halo texture handle.
[simgear.git] / simgear / scene / sky / sky.hxx
index bf38e364b48c52d8c2b13c49c324c542600de4f1..277b6057ea58e27d370a0605c2f4c92e48a9e2cc 100644 (file)
@@ -380,6 +380,11 @@ public:
      */
     inline float *get_sun_color() { return oursun->get_color(); }
 
+    /**
+     * Get the sun halo texture handle
+     */
+    inline GLuint get_sun_texture_id() { return oursun->get_texture_id(); }
+
 
     /**
      * Add a cloud layer.