12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0"?>
- <!--
- Usable with FlightGear
- Copyright Gerard Robin 31-03-2009
-
- -->
- <PropertyList>
- <path>beacon-blanc.ac</path>
-
- <animation>
- <type>noshadow</type>
- </animation>
-
- <effect>
- <inherits-from>Effects/model-transparent</inherits-from>
- <object-name>Lumiere</object-name>
- </effect>
-
-
-
- <animation>
- <type>alpha-test</type>
- <alpha-factor>0.01</alpha-factor>
- </animation>
-
-
- <animation>
- <type>select</type>
- <object-name>Lumiere</object-name>
- <condition>
- <property>/sim/rendering/als-secondary-lights/use-landing-light</property>
- </condition>
- </animation>
-
- <animation>
- <type>scale</type>
- <object-name>Lumiere</object-name>
- <property>sim/time/sun-angle-rad</property>
- <offset>-1.4</offset>
- <x-min>3</x-min>
- <y-min>3</y-min>
- <z-min>3</z-min>
- <x-factor>2</x-factor>
- <y-factor>2</y-factor>
- <z-factor>2</z-factor>
- </animation>
- <animation>
- <type>dist-scale</type>
- <object-name>Lumiere</object-name>
- <interpolation>
- <entry>
- <ind>0</ind>
- <dep>0.1</dep>
- </entry>
- <entry>
- <ind>30</ind>
- <dep>0.2</dep>
- </entry>
- <entry>
- <ind>2000</ind>
- <dep>5</dep>
- </entry>
- </interpolation>
- </animation>
-
- </PropertyList>
|