]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sky.hxx
More tweaks ...
[simgear.git] / simgear / sky / sky.hxx
index eaaf3f4f38c3f39bb413745df9d1c9f122154f62..4190508be387bc50ff850b3596a1cc26a678e9bc 100644 (file)
@@ -153,11 +153,14 @@ public:
     }
 
     // add a cloud layer (above sea level in meters)
-    void add_cloud_layer( double asl, double thickness, double transition,
+    void add_cloud_layer( double asl, double thickness,
+                         double transition, double span,
                          SGCloudType type );
-    void add_cloud_layer( double asl, double thickness, double transition,
+    void add_cloud_layer( double asl, double thickness,
+                         double transition, double span,
                          const string &tex_path );
-    void add_cloud_layer( double asl, double thickness, double transition,
+    void add_cloud_layer( double asl, double thickness,
+                         double transition, double span,
                          ssgSimpleState *state );
 
     inline int get_num_layers() const { return cloud_layers.size(); }