Changeset 139


Ignore:
Timestamp:
Oct 18, 2010, 7:31:41 PM (14 years ago)
Author:
Torben Dannhauer
Message:

Upgrade to SL 2.03 finished!

Location:
osgVisual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/sky_Silverlining/visual_skySilverLining.h

    r131 r139  
    591591        double height;
    592592
    593         /**
    594          * This variable contains the latitude of the last upVector update.
    595          */
    596         double upVectorLat;
    597 
    598         /**
    599          * This variable contains the longitude of the last upVector update.
    600          */
    601         double upVectorLon;
    602 
    603593};
    604594
  • osgVisual/src/sky_Silverlining/visual_skySilverLining.cpp

    r138 r139  
    2929        lat = 0;
    3030        lon = 0;
    31         upVectorLat = 5;        // Just to ensure deltaLatToUpdate is big enough to enforce the sky to update at the first frame
    32         upVectorLon = 5;        // Just to ensure deltaLonToUpdate is big enough to enforce the sky to update at the first frame
     31
    3332        for( int i=0; i<MAX_CLOUDLAYER_SLOTS; i++ )
    3433        {
Note: See TracChangeset for help on using the changeset viewer.