Cancel specular highlights due to sun at night
[fg:toms-fgdata.git] / Environment / clouds-thickness.xml
1 <?xml version="1.0" ?>
2 <!--
3  This file is part of FlightGear, the free flight simulator
4  http://www.flightgear.org/
5
6  Copyright (C) 2009 Torsten Dreyer, Torsten (at) t3r _dot_ de
7
8  This program is free software; you can redistribute it and/or
9  modify it under the terms of the GNU General Public License as
10  published by the Free Software Foundation; either version 2 of the
11  License, or (at your option) any later version.
12
13  This program is distributed in the hope that it will be useful, but
14  WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  General Public License for more details.
17 -->
18 <PropertyList>
19   <name>MetarController:clouds:thickness</name>
20   <enable>
21     <condition>
22       <property>/environment/metar/valid</property>
23       <property>/environment/params/metar-updates-environment</property>
24     </condition>
25   </enable>
26   <input>/environment/metar/clouds/layer[0]/thickness-ft</input>
27   <output>/environment/clouds/layer[0]/thickness-ft</output>
28   <type>noise-spike</type>
29   <max-rate-of-change>8.3333</max-rate-of-change>
30 </PropertyList>