12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- ########################################
- # DR400-jsbSim by PAF team
- # April 2012 : Modified by PAF team
- # http://equipe-flightgear.forumactif.com
- ##########################################-->
- <PropertyList>
- <path>RedLight.ac</path>
- <effect>
- <inherits-from>Effects/model-transparent</inherits-from>
- <object-name>Light</object-name>
- </effect>
- <animation>
- <type>noshadow</type>
- <object-name>Light</object-name>
- </animation>
- <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>select</type>
- <object-name>Light</object-name>
- <condition>
- <and>
- <property>sim/multiplay/generic/int[10]</property>
- <greater-than>
- <property>sim/multiplay/generic/float[8]</property>
- <value>8</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- -->
- <animation>
- <type>material</type>
- <object-name>Light</object-name>
- <emission>
- <red> 0.027 </red>
- <green> 0.027 </green>
- <blue> 0.027 </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>
- </PropertyList>
|