]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sky.hxx
Remove using std:: from the metar header, remove HTTP support, add very basic unit...
[simgear.git] / simgear / scene / sky / sky.hxx
index 28678041ac820ea441acd39c7b64a6f63d738f84..33673ca647ac57f6ee2694ca443cc72a8f8f58b7 100644 (file)
@@ -440,6 +440,15 @@ public:
      */
     virtual void set_3dCloudVisRange(float vis);
 
+    /** Get 3D cloud wrapping */
+    virtual bool get_3dCloudWrap() const;
+
+    /** Set 3D cloud wrapping
+     * @param wrap whether to wrap 3D clouds
+     */
+    virtual void set_3dCloudWrap(bool wrap);
+
+
 };