Changeset 197 for osgVisual/trunk/include/sky_Silverlining
- Timestamp:
- Jan 12, 2011, 10:20:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/sky_Silverlining/visual_skySilverLining.h
r182 r197 34 34 35 35 #include <visual_util.h> 36 37 // XML Parser 38 #include <stdio.h> 39 #include <libxml/parser.h> 40 #include <libxml/tree.h> 41 42 #include <string.h> 43 #include <iostream> 36 44 37 45 namespace osgVisual … … 252 260 * 253 261 * \li CloudTypes::CIRROCUMULUS - High planar cloud puffs. 254 * \li CloudTypes::CIRRUS_FIBRATUS - High, wispy cirrus clouds. 255 * \li CloudTypes::NIMBOSTRATUS - Low stratus decks. 256 * \li CloudTypes::CUMULONIMBUS_CAPPILATUS - A large thunderhead with lightning and rain. 257 * \li CloudTypes::CUMULUS_MEDIOCRIS - Small, puffy clouds. 258 * \li CloudTypes::CUMULUS_CONGESTUS - Larger cumulus clouds with flattened bottoms. 259 * \li CloudTypes::CUMULUS_MEDIOCRIS_INFINITE - A cumulus mediocris layer where the clouds wrap around 260 * the camera location at all times, to create the illusion of an infinitely large cloud layer. 261 * \li CloudTypes::CUMULUS_CONGESTUS_INFINITE - A cumulus congestus layer where the clouds wrap around 262 * \li CloudTypes::CIRRUS_FIBRATUS - High, thicker and fibrous clouds that signal changing weather. 263 * \li CloudTypes::STRATUS - Low clouds represented as a slab. 264 * \li CloudTypes::CUMULUS_MEDIOCRIS - Low, puffy clouds on fair days. 265 * \li CloudTypes::CUMULUS_CONGESTUS - Large cumulus clouds that could turn into a thunderhead. 266 * \li CloudTypes::CUMULONIMBUS_CAPPILATUS - A large thunderhead with lightning and rain. 267 * \li CloudTypes::STRATOCUMULUS - Low, dense, puffy clouds with some sun breaks between them. 262 268 * the camera location at all times, to create the illusion of an infinitely large cloud layer. 263 269 * … … 466 472 467 473 468 469 474 /** @name XML configuration 475 * The following functions provide the XML functionality to configure sky via XML 476 */ 477 //@{ 478 void configureCloudlayerbyXML( xmlNode* cloudlayerNode_ ); 479 //@} 470 480 471 481 private:
Note: See TracChangeset
for help on using the changeset viewer.