- Timestamp:
- Oct 18, 2010, 7:31:41 PM (14 years ago)
- Location:
- osgVisual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/sky_Silverlining/visual_skySilverLining.h
r131 r139 591 591 double height; 592 592 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 603 593 }; 604 594 -
osgVisual/src/sky_Silverlining/visual_skySilverLining.cpp
r138 r139 29 29 lat = 0; 30 30 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 33 32 for( int i=0; i<MAX_CLOUDLAYER_SLOTS; i++ ) 34 33 {
Note: See TracChangeset
for help on using the changeset viewer.