ILS.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0"?>
  2. <!-- ILS, by Dave Culp -->
  3. <PropertyList>
  4. <path>ils.ac</path>
  5. <animation>
  6. <object-name>vitre</object-name>
  7. </animation>
  8. <animation>
  9. <type>noshadow</type>
  10. <object-name>vitre</object-name>
  11. </animation>
  12. <effect>
  13. <inherits-from>Effects/model-transparent</inherits-from>
  14. <object-name>vitre</object-name>
  15. </effect>
  16. <!--
  17. <animation>
  18. <type>material</type>
  19. <object-name>face</object-name>
  20. <object-name>cdi</object-name>
  21. <object-name>gsi</object-name>
  22. <emission>
  23. <red>0.6</red>
  24. <green>0.3</green>
  25. <blue>0.3</blue>
  26. <factor-prop>controls/lighting/instruments-norm</factor-prop>
  27. </emission>
  28. </animation>
  29. -->
  30. <!-- ******** CDI ************************************** -->
  31. <animation>
  32. <type>select</type>
  33. <object-name>cdi</object-name>
  34. <condition>
  35. <and>
  36. <less-than>
  37. <property>instrumentation/nav[1]/heading-needle-deflection</property>
  38. <value>10.0</value>
  39. </less-than>
  40. <greater-than>
  41. <property>instrumentation/nav[1]/heading-needle-deflection</property>
  42. <value>-10.0</value>
  43. </greater-than>
  44. </and>
  45. </condition>
  46. </animation>
  47. <animation>
  48. <type>translate</type>
  49. <object-name>cdi</object-name>
  50. <property>instrumentation/nav[1]/heading-needle-deflection</property>
  51. <factor>0.002</factor>
  52. <axis>
  53. <x>0</x>
  54. <y>1</y>
  55. <z>0</z>
  56. </axis>
  57. </animation>
  58. <!-- ******** GSI ************************************** -->
  59. <animation>
  60. <type>select</type>
  61. <object-name>gsi</object-name>
  62. <condition>
  63. <and>
  64. <less-than>
  65. <property>instrumentation/nav[1]/gs-needle-deflection</property>
  66. <value>10.0</value>
  67. </less-than>
  68. <greater-than>
  69. <property>instrumentation/nav[1]/gs-needle-deflection</property>
  70. <value>-10.0</value>
  71. </greater-than>
  72. </and>
  73. </condition>
  74. </animation>
  75. <animation>
  76. <type>translate</type>
  77. <object-name>gsi</object-name>
  78. <property>instrumentation/nav[1]/gs-needle-deflection</property>
  79. <factor>0.002</factor>
  80. <axis>
  81. <x>0</x>
  82. <y>0</y>
  83. <z>1</z>
  84. </axis>
  85. </animation>
  86. <!-- *** LoD *** -->
  87. <animation>
  88. <type>range</type>
  89. <min-m>0</min-m>
  90. <max-m>5</max-m>
  91. </animation>
  92. </PropertyList>