radarknob.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>radarknob.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>base</object-name>
  7. <object-name>range-knob</object-name>
  8. <emission>
  9. <red> 0.5 </red>
  10. <green> 0.2 </green>
  11. <blue> 0.2 </blue>
  12. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  13. </emission>
  14. </animation>
  15. <!-- radar range adj -->
  16. <animation>
  17. <type>pick</type>
  18. <object-name>10</object-name>
  19. <action>
  20. <button>0</button>
  21. <repeatable>true</repeatable>
  22. <interval-sec>0.2</interval-sec>
  23. <binding>
  24. <command>property-assign</command>
  25. <property>instrumentation/radar/range-control</property>
  26. <value>0</value>
  27. </binding>
  28. <binding>
  29. <command>property-assign</command>
  30. <property>instrumentation/radar/range-ratio</property>
  31. <value>0.0102</value>
  32. </binding>
  33. </action>
  34. </animation>
  35. <animation>
  36. <type>pick</type>
  37. <object-name>20</object-name>
  38. <action>
  39. <button>0</button>
  40. <repeatable>true</repeatable>
  41. <interval-sec>0.2</interval-sec>
  42. <binding>
  43. <command>property-assign</command>
  44. <property>instrumentation/radar/range-control</property>
  45. <value>1</value>
  46. </binding>
  47. <binding>
  48. <command>property-assign</command>
  49. <property>instrumentation/radar/range-ratio</property>
  50. <value>0.0051</value>
  51. </binding>
  52. </action>
  53. </animation>
  54. <animation>
  55. <type>pick</type>
  56. <object-name>40</object-name>
  57. <action>
  58. <button>0</button>
  59. <repeatable>true</repeatable>
  60. <interval-sec>0.2</interval-sec>
  61. <binding>
  62. <command>property-assign</command>
  63. <property>instrumentation/radar/range-control</property>
  64. <value>2</value>
  65. </binding>
  66. <binding>
  67. <command>property-assign</command>
  68. <property>instrumentation/radar/range-ratio</property>
  69. <value>0.00255</value>
  70. </binding>
  71. </action>
  72. </animation>
  73. <animation>
  74. <type>pick</type>
  75. <object-name>60</object-name>
  76. <action>
  77. <button>0</button>
  78. <repeatable>true</repeatable>
  79. <interval-sec>0.2</interval-sec>
  80. <binding>
  81. <command>property-assign</command>
  82. <property>instrumentation/radar/range-control</property>
  83. <value>3</value>
  84. </binding>
  85. <binding>
  86. <command>property-assign</command>
  87. <property>instrumentation/radar/range-ratio</property>
  88. <value>0.001275</value>
  89. </binding>
  90. </action>
  91. </animation>
  92. <animation>
  93. <type>rotate</type>
  94. <object-name>range-knob</object-name>
  95. <property>instrumentation/radar/range-control</property>
  96. <factor> 30 </factor>
  97. <axis>
  98. <x>1.0</x>
  99. <y>0.0</y>
  100. <z>0.0</z>
  101. </axis>
  102. <center>
  103. <x-m>0.004</x-m>
  104. <y-m>0.035</y-m>
  105. <z-m>-0.045</z-m>
  106. </center>
  107. </animation>
  108. <!-- *** LoD *** -->
  109. <animation>
  110. <type>range</type>
  111. <min-m>0</min-m>
  112. <max-m>5</max-m>
  113. </animation>
  114. </PropertyList>