Ignore:
Timestamp:
Oct 19, 2010, 9:45:54 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/sky_Silverlining/skySilverLining_skyDrawable.cpp

    r134 r143  
    161161
    162162            // Let SilverLining know which way is up. OSG usually has Z going up.
    163             //atmosphere->SetUpVector(0, 0, 1);
    164             //atmosphere->SetRightVector(1, 0, 0);
    165163                        atmosphere->SetUpVector(0.662994, 0.136169, 0.736136);
    166164                        atmosphere->SetRightVector(-0.201185, 0.979553, 0.0);
     
    247245                                return;
    248246                        }
    249                         OSG_NOTIFY(osg::ALWAYS) << "lat:" << newCL.lat << std::endl;
    250                         OSG_NOTIFY(osg::ALWAYS) << "lon:" << newCL.lon << std::endl;
    251                         OSG_NOTIFY(osg::ALWAYS) << "radius:" << radius << std::endl;
    252247
    253248                        // generate Cloud Layer
     
    261256                        cloudLayer_->SetLayerPosition( 0.0, 0.0 );
    262257                        cloudLayer_->GenerateShadowMaps(false);
     258                        cloudLayer_->SetIsInfinite( true );
     259
    263260
    264261                        //Save cloudlayer information into SLOT
Note: See TracChangeset for help on using the changeset viewer.