mfd.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>mfd.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>box0</object-name>
  7. <object-name>box1</object-name>
  8. <object-name>bcg</object-name>
  9. <emission>
  10. <red>1</red>
  11. <green>1</green>
  12. <blue>1</blue>
  13. <factor>0.5</factor>
  14. </emission>
  15. </animation>
  16. <animation>
  17. <type>pick</type>
  18. <object-name>box0</object-name>
  19. <action>
  20. <button>0</button>
  21. <repeatable>true</repeatable>
  22. <binding>
  23. <command>property-assign</command>
  24. <property>instrumentation/radar[0]/range</property>
  25. <value>20</value>
  26. </binding>
  27. <binding>
  28. <command>property-assign</command>
  29. <property>instrumentation/efis/nd/display-range</property>
  30. <value>60</value>
  31. </binding>
  32. </action>
  33. </animation>
  34. <animation>
  35. <type>pick</type>
  36. <object-name>box1</object-name>
  37. <action>
  38. <button>0</button>
  39. <repeatable>true</repeatable>
  40. <binding>
  41. <command>property-assign</command>
  42. <property>instrumentation/radar[0]/range</property>
  43. <value>40</value>
  44. </binding>
  45. <binding>
  46. <command>property-assign</command>
  47. <property>instrumentation/efis/nd/display-range</property>
  48. <value>120</value>
  49. </binding>
  50. </action>
  51. </animation>
  52. <model>
  53. <name>radar</name>
  54. <path>Aircraft/Mako/Models/Instruments/Rmfd/radar.xml</path>
  55. <overlay>
  56. <animation n="100">
  57. <type>scale</type>
  58. <property>constants/zero</property>
  59. <x-offset>0.8</x-offset>
  60. <y-offset>0.8</y-offset>
  61. <z-offset>0.8</z-offset>
  62. </animation>
  63. </overlay>
  64. </model>
  65. <model>
  66. <path>Aircraft/Mako/Models/Instruments/Rmfd/map/map.xml</path>
  67. <offsets>
  68. <x-m>0</x-m>
  69. <y-m>0.003</y-m>
  70. <z-m>0.007</z-m>
  71. <roll-deg>90</roll-deg>
  72. </offsets>
  73. </model>
  74. <animation>
  75. <type>range</type>
  76. <min-m>0</min-m>
  77. <max-m>5</max-m>
  78. </animation>
  79. </PropertyList>