gyro-compass.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>gyro-compass.ac</path>
  4. <animation>
  5. <object-name>fond</object-name>
  6. <object-name>face</object-name>
  7. <object-name>disk</object-name>
  8. <object-name>needle1</object-name>
  9. <object-name>needle2</object-name>
  10. <object-name>gyrobug</object-name>
  11. </animation>
  12. <animation>
  13. <type>material</type>
  14. <object-name>face</object-name>
  15. <object-name>disk</object-name>
  16. <object-name>needle1</object-name>
  17. <object-name>needle2</object-name>
  18. <object-name>gyrobug</object-name>
  19. <emission>
  20. <red> 0.005 </red>
  21. <green> 0.015 </green>
  22. <blue> 0.030 </blue>
  23. <factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
  24. </emission>
  25. </animation>
  26. <animation>
  27. <type>shader</type>
  28. <shader>chrome</shader>
  29. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  30. <object-name>vitre</object-name>
  31. </animation>
  32. <!--
  33. <animation>
  34. <type>texmultiple</type>
  35. <object-name>face</object-name>
  36. <transform>
  37. <subtype>texrotate</subtype>
  38. <property>instrumentation/heading-indicator/indicated-heading-deg</property>
  39. <center>
  40. <x> 0.9023 </x>
  41. <y> 0.9004 </y>
  42. <z> 0.0000 </z>
  43. </center>
  44. <axis>
  45. <x> 0 </x>
  46. <y> 0 </y>
  47. <z> -1 </z>
  48. </axis>
  49. </transform>
  50. <transform>
  51. <subtype>texrotate</subtype>
  52. <property>instrumentation/heading-indicator/offset-deg</property>
  53. <center>
  54. <x> 0.9023 </x>
  55. <y> 0.9004 </y>
  56. <z> 0.0000 </z>
  57. </center>
  58. <axis>
  59. <x> 0 </x>
  60. <y> 0 </y>
  61. <z> 1 </z>
  62. </axis>
  63. </transform>
  64. </animation>
  65. -->
  66. <animation>
  67. <name>Card</name>
  68. <type>rotate</type>
  69. <object-name>disk</object-name>
  70. <condition>
  71. <greater-than>
  72. <!--<property>/engines/engine/n1-rpm</property>-->
  73. <property>sim/multiplay/generic/float[18]</property>
  74. <value>35000</value>
  75. </greater-than>
  76. </condition>
  77. <!--<property>instrumentation/heading-indicator/indicated-heading-deg</property>-->
  78. <property>sim/multiplay/generic/string[9]</property>
  79. <factor>1</factor>
  80. <axis>
  81. <x>1</x>
  82. </axis>
  83. </animation>
  84. <!--
  85. <animation>
  86. <name>NeedlesWithCard1</name>
  87. <type>rotate</type>
  88. <object-name>needle1</object-name>
  89. <object-name>needle2</object-name>
  90. <property>instrumentation/heading-indicator/indicated-heading-deg</property>
  91. <factor>-1</factor>
  92. <axis>
  93. <x>1</x>
  94. </axis>
  95. </animation-->
  96. <animation>
  97. <name>NeedlesWithCard2</name>
  98. <type>rotate</type>
  99. <object-name>needle1</object-name>
  100. <object-name>needle2</object-name>
  101. <!--<property>instrumentation/heading-indicator/heading-bug-error-deg</property>-->
  102. <property>sim/multiplay/generic/string[10]</property>
  103. <factor>1</factor>
  104. <axis>
  105. <x>-1</x>
  106. </axis>
  107. </animation>
  108. <animation>
  109. <type>rotate</type>
  110. <object-name>gyrobug</object-name>
  111. <!--<property>/autopilot/internal/heading-bug-error-deg</property>-->
  112. <property>sim/multiplay/generic/float[10]</property>
  113. <factor>1</factor>
  114. <axis>
  115. <x>-1</x>
  116. </axis>
  117. </animation>
  118. <animation>
  119. <type>rotate</type>
  120. <object-name>Card</object-name>
  121. <!--<property>/engines/engine/n1-rpm</property>-->
  122. <property>sim/multiplay/generic/float[18]</property>
  123. <condition>
  124. <less-than>
  125. <property>/engines/engine/n1-rpm</property>
  126. <value>35000</value>
  127. </less-than>
  128. </condition>
  129. <interpolation>
  130. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  131. <entry><ind> 32000 </ind><dep> 1 </dep></entry>
  132. <entry><ind> 33000 </ind><dep> 20 </dep></entry>
  133. <entry><ind> 34000 </ind><dep> -15 </dep></entry>
  134. <entry><ind> 34500 </ind><dep> -10 </dep></entry>
  135. <entry><ind> 35000 </ind><dep> 0 </dep></entry>
  136. </interpolation>
  137. <axis>
  138. <x> 1 </x>
  139. <y> 0 </y>
  140. <z> 0 </z>
  141. </axis>
  142. </animation>
  143. </PropertyList>