Turn.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>Turn.ac</path>
  4. <animation>
  5. <object-name>fond</object-name>
  6. <object-name>face</object-name>
  7. <object-name>ball</object-name>
  8. <object-name>needle</object-name>
  9. </animation>
  10. <!--Working For Rembrandt-->
  11. <animation>
  12. <type>shader</type>
  13. <shader>chrome</shader>
  14. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  15. <object-name>vitre</object-name>
  16. </animation>
  17. <!--Working For Rembrandt-->
  18. <animation>
  19. <type>material</type>
  20. <object-name>face</object-name>
  21. <object-name>ball</object-name>
  22. <object-name>needle</object-name>
  23. <condition>
  24. <or>
  25. <equals>
  26. <property>controls/electric/engine/generator</property>
  27. <value>true</value>
  28. </equals>
  29. <equals>
  30. <property>controls/electric/engine[1]/generator</property>
  31. <value>true</value>
  32. </equals>
  33. <equals>
  34. <property>/controls/electric/battery-switch</property>
  35. <value>true</value>
  36. </equals>
  37. </or>
  38. </condition>
  39. <emission>
  40. <red> 0.80 </red>
  41. <green> 0.50 </green>
  42. <blue> 0.50 </blue>
  43. </emission>
  44. </animation>
  45. <animation>
  46. <type>material</type>
  47. <object-name>face</object-name>
  48. <object-name>needle</object-name>
  49. <emission>
  50. <red>1.0</red>
  51. <green>1.0</green>
  52. <blue>1.0</blue>
  53. <factor-prop>/controls/lighting/dash-dim</factor-prop>
  54. </emission>
  55. </animation>
  56. <animation>
  57. <type>rotate</type>
  58. <object-name>needle</object-name>
  59. <property>instrumentation/turn-indicator/indicated-turn-rate</property>
  60. <factor> 20 </factor>
  61. <axis>
  62. <x> -1 </x>
  63. <y> 0 </y>
  64. <z> 0 </z>
  65. </axis>
  66. </animation>
  67. <animation>
  68. <type>rotate</type>
  69. <object-name>ball</object-name>
  70. <property>instrumentation/slip-skid-ball/indicated-slip-skid</property>
  71. <factor>16</factor>
  72. <emission>
  73. <red>1.0</red>
  74. <green>1.0</green>
  75. <blue>1.0</blue>
  76. <factor-prop>/controls/lighting/dash-dim</factor-prop>
  77. </emission>
  78. <min-deg> -19 </min-deg>
  79. <max-deg> 19 </max-deg>
  80. <center>
  81. <x-m> 0.00 </x-m>
  82. <y-m> 0.00 </y-m>
  83. <z-m> 0.05 </z-m>
  84. </center>
  85. <axis>
  86. <x> -1 </x>
  87. <y> 0 </y>
  88. <z> 0 </z>
  89. </axis>
  90. </animation>
  91. </PropertyList>