123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>RedLight.ac</path>
- <animation>
- <type>noshadow</type>
- <object-name>Light</object-name>
- </animation>
- <effect>
- <inherits-from>Effects/model-transparent</inherits-from>
- <object-name>Light</object-name>
- <condition>
- <property>sim/rendering/rembrandt/enabled</property>
- </condition>
- </effect>
- <animation>
- <type>alpha-test</type>
- <alpha-factor>0.01</alpha-factor>
- </animation>
- <animation>
- <type>billboard</type>
- <object-name>Light</object-name>
- <spherical type="bool">true</spherical>
- </animation>
- <animation>
- <type>material</type>
- <object-name>Light</object-name>
- <emission>
- <red> 1 </red>
- <green> 1 </green>
- <blue> 1 </blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>dist-scale</type>
- <object-name>Light</object-name>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
- <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
- <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
- </interpolation>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Light</object-name>
- <condition>
- <property>controls/lighting/nav-lights</property>
- </condition>
- </animation>
- </PropertyList>
|