496727e87f
This reverts commit 9c48a1afed
.
52 lines
1 KiB
XML
52 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- X-Plane model by Bertrand Augras
|
|
FlightGear conversion by Emmanuel Baranger and Frederic Bouvier
|
|
-->
|
|
|
|
<PropertyList>
|
|
<path>Modulevilletriangl-ba.ac</path>
|
|
|
|
<animation>
|
|
<type>range</type>
|
|
<min-m>0</min-m>
|
|
<max-m>8000</max-m>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>material</type>
|
|
<object-name>Mesh</object-name>
|
|
<condition>
|
|
<greater-than>
|
|
<property>/sim/time/sun-angle-rad</property>
|
|
<value>1.57</value>
|
|
</greater-than>
|
|
</condition>
|
|
<global type="bool">true</global>
|
|
<emission>
|
|
<red>1</red>
|
|
<green>1</green>
|
|
<blue>1</blue>
|
|
</emission>
|
|
<texture>villelit.png</texture>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>material</type>
|
|
<object-name>Mesh</object-name>
|
|
<condition>
|
|
<less-than-equals>
|
|
<property>/sim/time/sun-angle-rad</property>
|
|
<value>1.57</value>
|
|
</less-than-equals>
|
|
</condition>
|
|
<global type="bool">true</global>
|
|
<emission>
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</emission>
|
|
<texture>ville.png</texture>
|
|
</animation>
|
|
|
|
</PropertyList>
|