Changeset 133 for osgVisual/include
- Timestamp:
- Oct 17, 2010, 7:02:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/sky_Silverlining/skySilverLining_ProjectionMatrixCallback.h
r130 r133 149 149 150 150 // 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(); 153 152 int size = objects.size(); 154 153 … … 165 164 // Calculations if atmopshere is rendered from space 166 165 bool hasLimb = atmosphere->GetConfigOptionBoolean("enable-atmosphere-from-space"); 166 OSG_ALWAYS << "has limb " << hasLimb << std::endl; 167 167 if (hasLimb) 168 168 { … … 181 181 182 182 // Walk through all objects and check if they influence the near plane or far plane 183 //std::vector<SilverLining::ObjectHandle>::iterator it; // todo184 //for (it = objects.begin(); it != objects.end(); it++) // todo185 183 SL_VECTOR(SilverLining::ObjectHandle)::iterator it; 186 184 for (it = objects.begin(); it != objects.end(); it++)
Note: See TracChangeset
for help on using the changeset viewer.