]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/cloud.hxx
Harald JOHNSEN:
[simgear.git] / simgear / scene / sky / cloud.hxx
index 9d0f139e6a3c3d113cdf8849ab1694c23fd0f5e5..6a179d9f768719ef2d8d7ac67564d419ad089e3d 100644 (file)
@@ -184,6 +184,9 @@ public:
 
     static bool enable_bump_mapping;
 
+       /** return the 3D layer cloud associated with this 2D layer */
+       SGCloudField *get_layer3D(void) { return layer3D; }
+
 private:
 
     struct CloudVertex {