turn.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>turn.ac</path>
  4. <animation>
  5. <object-name>fond</object-name>
  6. <object-name>BallEnclosure</object-name>
  7. <object-name>face</object-name>
  8. <object-name>ball</object-name>
  9. <object-name>compass</object-name>
  10. <object-name>vitre</object-name>
  11. </animation>
  12. <animation>
  13. <type>noshadow</type>
  14. <object-name>vitre</object-name>
  15. </animation>
  16. <animation>
  17. <type>shader</type>
  18. <shader>chrome</shader>
  19. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  20. <object-name>vitre</object-name>
  21. </animation>
  22. <animation>
  23. <type>material</type>
  24. <object-name>face</object-name>
  25. <object-name>ball</object-name>
  26. <object-name>compass</object-name>
  27. <emission>
  28. <red> 1.0 </red>
  29. <green> 0.2 </green>
  30. <blue> 0.0 </blue>
  31. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  32. <factor-prop>/sim/model//material/instruments/factor</factor-prop>
  33. </emission>
  34. </animation>
  35. <animation>
  36. <type>rotate</type>
  37. <object-name>ball</object-name>
  38. <property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
  39. <factor>21</factor>
  40. <min-deg>-15</min-deg>
  41. <max-deg>15</max-deg>
  42. <center>
  43. <x-m> 1.00 </x-m>
  44. <y-m> 0.00 </y-m>
  45. <z-m> 0.05 </z-m>
  46. </center>
  47. <axis>
  48. <x> -1 </x>
  49. <y> 0 </y>
  50. <z> 0 </z>
  51. </axis>
  52. </animation>
  53. <animation>
  54. <type>rotate</type>
  55. <object-name>compass</object-name>
  56. <property>/instrumentation/magnetic-compass/indicated-heading-deg</property>
  57. <center>
  58. <x-m> -0.022 </x-m>
  59. <y-m> 0.000 </y-m>
  60. <z-m> 0.000 </z-m>
  61. </center>
  62. <axis>
  63. <x> 0 </x>
  64. <y> 0 </y>
  65. <z> 1 </z>
  66. </axis>
  67. </animation>
  68. </PropertyList>