12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>asi.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>face</object-name>
- <object-name>needle</object-name>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>noshadow</type>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <object-name>vitre</object-name>
- </animation>
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>needle</object-name>
- <emission>
- <red> 0.00 </red>
- <green> 0.25 </green>
- <blue> 0.05 </blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle</object-name>
- <property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0.0 </dep></entry>
- <entry><ind> 20 </ind><dep> 14.0 </dep></entry>
- <entry><ind> 50 </ind><dep> 90.0 </dep></entry>
- <entry><ind> 80 </ind><dep> 180.5 </dep></entry>
- <entry><ind> 117 </ind><dep> 270.0 </dep></entry>
- <entry><ind> 160 </ind><dep> 360.0 </dep></entry>
- </interpolation>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m> 0 </x-m>
- <y-m> 0 </y-m>
- <z-m> 0 </z-m>
- </center>
- </animation>
- </PropertyList>
|