]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sky.cxx
Replace OpenThreads with SGThread to avoid useless OSG dependency.
[simgear.git] / simgear / scene / sky / sky.cxx
index e21adaa34d156f7c0514074fa38da5c96d4a6b5f..f22a9a6a5a906389c286304e46d566b079c4f9a0 100644 (file)
@@ -237,6 +237,16 @@ void SGSky::set_3dCloudVisRange(float vis)
     }
 }
 
+bool SGSky::get_3dCloudWrap() const {
+    return SGCloudField::getWrap();
+}
+
+void SGSky::set_3dCloudWrap(bool wrap)
+{
+    SGCloudField::setWrap(wrap);
+}
+
+
 void SGSky::texture_path( const string& path ) {
        tex_path = SGPath( path );
 }