Changes between Version 10 and Version 11 of osgVisualConfiguration
- Timestamp:
- Feb 18, 2011, 1:27:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
osgVisualConfiguration
v10 v11 147 147 </models> 148 148 }}} 149 A full description and explenatio on of the model configuration via XML is available [wiki:XmlModelConfiguration here].149 A full description and explenation of the model configuration via XML is available [wiki:XmlModelConfiguration here]. 150 150 151 151 You 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: … … 156 156 You 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. 157 157 158 ==== Sky/Weather====158 ==== Daytime ==== 159 159 To configure the date and time of the scenery, use: 160 160 {{{ 161 161 #!xml 162 <datetime day=" 0" month="0" year="0" hour="12" minute="50"></datetime>162 <datetime day="" month="" year="" hour="12" minute="50"></datetime> 163 163 }}} 164 The 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. 164 165 166 ==== Visibility ==== 165 167 To configure the visibility settings, use: 166 168 {{{ … … 168 170 <visibility range="50000" turbidity="2.2" ></visibility> 169 171 }}} 172 You have to specify the visibility range as well as teh turbidity. A turbidity of 2.2 represents a usual day. 170 173 174 ==== Cloudlayer ==== 171 175 To configure a cloudlayer, use: 172 176 {{{ … … 179 183 </clouds> 180 184 }}} 185 A full description and explenation of the cloudlayer configuration via XML is available [wiki:XmlCloudLayerConfiguration here]. 181 186 187 ==== Windlayer ==== 182 188 To configure a windlayer, use: 183 189 {{{ … … 185 191 <windlayer bottom="500.0" top="1100." speed="25.0" direction="90.0"></windlayer> 186 192 }}} 193 You have to specify the bottom altitude and the top altitude of the wind volume, as well as the direction and the speed.