]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sky.hxx
Updates to cloud code to add different basic cloud types. This isn't the
[simgear.git] / simgear / sky / sky.hxx
index 058740f374f94a1ecd2aa8bb81727164a970ede7..778a4913a803021cd57e475b67504b71df50da43 100644 (file)
@@ -150,7 +150,8 @@ 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,
+                         SGCloudType type );
 
     inline int get_num_layers() const { return cloud_layers.size(); }
     inline SGCloudLayer *get_cloud_layer( int i ) const {