Changeset 182 for osgVisual/trunk/include/sky_Silverlining
- Timestamp:
- Jan 7, 2011, 12:05:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/sky_Silverlining/visual_skySilverLining.h
r145 r182 65 65 * @param viewer_ : Pointer to the applications viewer 66 66 * @param configFileName : Filename of the XML configfile to read the configuration from. Currently not used because skySilverlining currently does not need any configuration parameters. 67 */ 68 visual_skySilverLining(osgViewer::Viewer* viewer_, std::string configFileName); 67 * @param disabled : Flag to the caller which indicates if the sky was enabled or disabled by the XML configuration file. 68 */ 69 visual_skySilverLining(osgViewer::Viewer* viewer_, std::string configFileName, bool& disabled); 69 70 70 71 /**
Note: See TracChangeset
for help on using the changeset viewer.