]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sky.cxx
Work around apparent OSG 3.2.0 normal binding bug.
[simgear.git] / simgear / scene / sky / sky.cxx
index ce3ceb699253a1a4e7aaa895bb93df9af958ebad..77a491b7c46b33f9e259a9f15009670a28ba10e4 100644 (file)
@@ -61,7 +61,7 @@ SGSky::SGSky( void ) {
     pre_root->setStateSet(preStateSet);
     cloud_root = new osg::Group;
     cloud_root->setNodeMask(simgear::MODEL_BIT);
-
+    cloud_root->setName("SGSky-cloud-root");
     pre_selector = new osg::Switch;
 
     pre_transform = new osg::Group;