123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>gyro-compass.ac</path>
-
- <animation>
- <object-name>fond</object-name>
- <object-name>face</object-name>
- <object-name>disk</object-name>
- <object-name>needle1</object-name>
- <object-name>needle2</object-name>
- <object-name>gyrobug</object-name>
-
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>disk</object-name>
- <object-name>needle1</object-name>
- <object-name>needle2</object-name>
- <object-name>gyrobug</object-name>
- <emission>
- <red> 0.005 </red>
- <green> 0.015 </green>
- <blue> 0.030 </blue>
- <factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <object-name>vitre</object-name>
- </animation>
- <!--
- <animation>
- <type>texmultiple</type>
- <object-name>face</object-name>
- <transform>
- <subtype>texrotate</subtype>
- <property>instrumentation/heading-indicator/indicated-heading-deg</property>
- <center>
- <x> 0.9023 </x>
- <y> 0.9004 </y>
- <z> 0.0000 </z>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> -1 </z>
- </axis>
- </transform>
- <transform>
- <subtype>texrotate</subtype>
- <property>instrumentation/heading-indicator/offset-deg</property>
- <center>
- <x> 0.9023 </x>
- <y> 0.9004 </y>
- <z> 0.0000 </z>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </transform>
- </animation>
- -->
- <animation>
- <name>Card</name>
- <type>rotate</type>
- <object-name>disk</object-name>
- <condition>
- <greater-than>
- <!--<property>/engines/engine/n1-rpm</property>-->
- <property>sim/multiplay/generic/float[18]</property>
- <value>35000</value>
- </greater-than>
- </condition>
- <!--<property>instrumentation/heading-indicator/indicated-heading-deg</property>-->
- <property>sim/multiplay/generic/string[9]</property>
- <factor>1</factor>
- <axis>
- <x>1</x>
- </axis>
- </animation>
- <!--
- <animation>
- <name>NeedlesWithCard1</name>
- <type>rotate</type>
- <object-name>needle1</object-name>
- <object-name>needle2</object-name>
- <property>instrumentation/heading-indicator/indicated-heading-deg</property>
- <factor>-1</factor>
- <axis>
- <x>1</x>
- </axis>
- </animation-->
- <animation>
- <name>NeedlesWithCard2</name>
- <type>rotate</type>
- <object-name>needle1</object-name>
- <object-name>needle2</object-name>
- <!--<property>instrumentation/heading-indicator/heading-bug-error-deg</property>-->
- <property>sim/multiplay/generic/string[10]</property>
- <factor>1</factor>
- <axis>
- <x>-1</x>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>gyrobug</object-name>
- <!--<property>/autopilot/internal/heading-bug-error-deg</property>-->
- <property>sim/multiplay/generic/float[10]</property>
- <factor>1</factor>
- <axis>
- <x>-1</x>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Card</object-name>
- <!--<property>/engines/engine/n1-rpm</property>-->
- <property>sim/multiplay/generic/float[18]</property>
- <condition>
- <less-than>
- <property>/engines/engine/n1-rpm</property>
- <value>35000</value>
- </less-than>
- </condition>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 32000 </ind><dep> 1 </dep></entry>
- <entry><ind> 33000 </ind><dep> 20 </dep></entry>
- <entry><ind> 34000 </ind><dep> -15 </dep></entry>
- <entry><ind> 34500 </ind><dep> -10 </dep></entry>
- <entry><ind> 35000 </ind><dep> 0 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
-
- </PropertyList>
|