Changes between Version 2 and Version 3 of XmlCloudLayerConfiguration


Ignore:
Timestamp:
Feb 18, 2011, 5:56:07 PM (13 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlCloudLayerConfiguration

    v2 v3  
    55= XML configuration of Cloudlayer =
    66
     7sky silverlining supports cloudlayer to visual different types of clouds. Currentrly osgVisual limits the available layer to 10 by performance reasons. Generally clouds are very performance degrading and should be used with very low densities (expect the raycasting and flat dloud types).
     8
     9Currently supported cloud types are:
     10 * CloudTypes::CIRROCUMULUS - High planar cloud puffs. (Flat texture)
     11 * CloudTypes::CIRRUS_FIBRATUS - High, thicker and fibrous clouds that signal changing weather. (Flat texture)
     12 * CloudTypes::STRATUS - Low clouds represented as a slab. (Flat texture)
     13 * CloudTypes::CUMULUS_MEDIOCRIS - Low, puffy clouds on fair days.
     14 * CloudTypes::CUMULUS_CONGESTUS - Large cumulus clouds that could turn into a thunderhead.
     15 * CloudTypes::CUMULONIMBUS_CAPPILATUS - A large thunderhead with lightning and rain.
     16 * CloudTypes::STRATOCUMULUS - Low, dense, puffy clouds with some sun breaks between them. (RayCasting)
     17
     18You have to specify the "slot" (0-9) in which you want to set the cloudlayer. Additionally you have to specify the cloud type, if it is enabled and what fade time you want to fade the clouds in.
     19The XML <geometry> entry defines the volume extend of the cloudlayer. Be aware that for the cloudlayer types CUMULUS_MEDIOCRIS, CUMULUS_CONGESTUS and CUMULONIMBUS_CAPPILATUS you should use very low density with less than 10% coverage.
     20The XML <precipitation> entry defines the rate of the four precipitation types emitted by this cloudlayer. Set all types to 0.0 to disable the precipitation.
     21
     22A fully configured cloudlayer looks like this:
    723{{{
    824#!xml