Ignore:
Timestamp:
Oct 17, 2010, 7:02:32 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

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

    r130 r133  
    149149
    150150                // Retrieve all atmosphere objects.
    151         //std::vector<SilverLining::ObjectHandle> &objects = atmosphere->GetObjects();  //todo
    152                 SL_VECTOR(SilverLining::ObjectHandle) &objects = atmosphere->GetObjects();
     151                SL_VECTOR(SilverLining::ObjectHandle) &objects = atmosphere->GetObjects();
    153152                int size = objects.size();
    154153               
     
    165164                // Calculations if atmopshere is rendered from space
    166165                bool hasLimb = atmosphere->GetConfigOptionBoolean("enable-atmosphere-from-space");
     166                OSG_ALWAYS << "has limb " << hasLimb << std::endl;
    167167                if (hasLimb)
    168168                {
     
    181181
    182182                // Walk through all objects and check if they influence the near plane or far plane
    183         //std::vector<SilverLining::ObjectHandle>::iterator it; // todo
    184         //for (it = objects.begin(); it != objects.end(); it++) // todo
    185183                SL_VECTOR(SilverLining::ObjectHandle)::iterator it;
    186184        for (it = objects.begin(); it != objects.end(); it++)
Note: See TracChangeset for help on using the changeset viewer.