gsdi.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>gsdi.ac</path>
  4. <animation>
  5. <type>select</type>
  6. <object>face</object>
  7. <object>face.001</object>
  8. <object>face.002</object>
  9. <object>vneedle</object>
  10. <object>uneedle</object>
  11. <condition>
  12. <property>sim/model/ec130/show_gsdi</property>
  13. </condition>
  14. </animation>
  15. <animation>
  16. <type>translate</type>
  17. <object-name>uneedle</object-name>
  18. <property>instrumentation/gsdi/drift-u-kt</property>
  19. <factor>0.005</factor>
  20. <min-m>-0.025</min-m>
  21. <max-m> 0.025</max-m>
  22. <axis>
  23. <x>0</x>
  24. <y>0</y>
  25. <z>1</z>
  26. </axis>
  27. </animation>
  28. <animation>
  29. <type>translate</type>
  30. <object-name>vneedle</object-name>
  31. <property>instrumentation/gsdi/drift-v-kt</property>
  32. <factor>0.005</factor>
  33. <min-m>-0.025</min-m>
  34. <max-m> 0.025</max-m>
  35. <axis>
  36. <x>0</x>
  37. <y>1</y>
  38. <z>0</z>
  39. </axis>
  40. </animation>
  41. <!-- dimming -->
  42. <animation>
  43. <type>material</type>
  44. <object>vneedle</object>
  45. <object>uneedle</object>
  46. <object>Face.002</object>
  47. <condition>
  48. <property>systems/electrical/outputs/instrument-lights-norm</property>
  49. <equals>
  50. <property>controls/lighting/instrument-lights-selection</property>
  51. <value>0</value>
  52. </equals>
  53. </condition>
  54. <emission>
  55. <red> 0.8 </red>
  56. <green> 0.8 </green>
  57. <blue> 1.0 </blue>
  58. <factor>0.5</factor>
  59. </emission>
  60. </animation>
  61. <animation>
  62. <type>material</type>
  63. <object>vneedle</object>
  64. <object>uneedle</object>
  65. <object>Face.002</object>
  66. <condition>
  67. <greater-than>
  68. <property>controls/lighting/instrument-lights-selection</property>
  69. <value>0</value>
  70. </greater-than>
  71. </condition>
  72. <emission>
  73. <red> 0.8 </red>
  74. <green> 0.8 </green>
  75. <blue> 1.0 </blue>
  76. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  77. </emission>
  78. </animation>
  79. </PropertyList>