]> git.mxchange.org Git - simgear.git/commitdiff
Expose the sun halo texture handle.
authorehofman <ehofman>
Tue, 31 Jan 2006 15:14:02 +0000 (15:14 +0000)
committerehofman <ehofman>
Tue, 31 Jan 2006 15:14:02 +0000 (15:14 +0000)
simgear/scene/sky/oursun.hxx
simgear/scene/sky/sky.hxx

index 3c33fd73405f6e62076f34d14b447f8ffa01026d..57d4b0cb906633b49a46c60801413de9a8a64239 100644 (file)
@@ -79,6 +79,9 @@ public:
 
     // retrun the current color of the sun
     inline float *get_color() { return  cl->get( 0 ); }
+
+    // return the texture id of the sun halo texture
+    inline GLuint get_texture_id() { return halo_state->getTextureHandle(); }
 };
 
 
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.