Ignore:
Timestamp:
Jan 12, 2011, 10:20:19 PM (13 years ago)
Author:
Torben Dannhauer
Message:

working commit for backup purposes, not compiling at this stage.. sorry, will be corrected tomorrow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/sky_Silverlining/visual_skySilverLining.h

    r182 r197  
    3434
    3535#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>
    3644
    3745namespace osgVisual
     
    252260         *
    253261         * \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.
    262268     *  the camera location at all times, to create the illusion of an infinitely large cloud layer.
    263269         *
     
    466472
    467473
    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//@}
    470480
    471481private:
Note: See TracChangeset for help on using the changeset viewer.