Changeset 63 for osgVisual/src
- Timestamp:
- Jun 9, 2010, 8:32:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/sky_Silverlining/visual_skySilverLining.cpp
r60 r63 435 435 { 436 436 // go through all wind volumes an check them for inside() 437 std:: vector<SilverLining::WindVolume> windvolumes = atmosphere->GetConditions()->GetWindVolumes();437 std::map<int, SilverLining::WindVolume> windvolumes = atmosphere->GetConditions()->GetWindVolumes(); 438 438 for(unsigned int i=0; i<windvolumes.size(); i++) 439 439 {
Note: See TracChangeset
for help on using the changeset viewer.