Changes between Version 10 and Version 11 of osgVisualConfiguration


Ignore:
Timestamp:
Feb 18, 2011, 1:27:15 PM (13 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • osgVisualConfiguration

    v10 v11  
    147147</models>
    148148}}}
    149 A full description and explenatioon of the model configuration via XML is available [wiki:XmlModelConfiguration here].
     149A full description and explenation of the model configuration via XML is available [wiki:XmlModelConfiguration here].
    150150
    151151You can track models based on their trackingID. It is possible to configure a slot which content is used to update the trackingId the camera should track:
     
    156156You should specify the <trackmodel ..> entry after the models, otherwise the model with the trackingId you want to track is not yet available and the tracking would be disabled.
    157157
    158 ==== Sky/Weather ====
     158==== Daytime ====
    159159To configure the date and time of the scenery, use:
    160160{{{
    161161#!xml
    162 <datetime day="0" month="0" year="0" hour="12" minute="50"></datetime>
     162<datetime day="" month="" year="" hour="12" minute="50"></datetime>
    163163}}}
     164The basic setup is the system time of the IG. You cna override the systmetime by the XML entry. To skip overriding a value set a emtpy value.
    164165
     166==== Visibility ====
    165167To configure the visibility settings, use:
    166168{{{
     
    168170<visibility range="50000" turbidity="2.2" ></visibility>
    169171}}}
     172You have to specify the visibility range as well as teh turbidity. A turbidity of 2.2 represents a usual day.
    170173
     174==== Cloudlayer ====
    171175To configure a cloudlayer, use:
    172176{{{
     
    179183</clouds>
    180184}}}
     185A full description and explenation of the cloudlayer configuration via XML is available [wiki:XmlCloudLayerConfiguration here].
    181186
     187==== Windlayer ====
    182188To configure a windlayer, use:
    183189{{{
     
    185191<windlayer bottom="500.0" top="1100." speed="25.0" direction="90.0"></windlayer>
    186192}}}
     193You have to specify the bottom altitude and the top altitude of the wind volume, as well as the direction and the speed.