Turn.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <!--Working For Rembrandt-->
  12. <animation>
  13. <type>material</type>
  14. <object-name>face</object-name>
  15. <object-name>ball</object-name>
  16. <object-name>needle</object-name>
  17. <condition>
  18. <property>controls/lighting/instrument-lights</property>
  19. </condition>
  20. <emission>
  21. <red> 0.80 </red>
  22. <green> 0.50 </green>
  23. <blue> 0.50 </blue>
  24. </emission>
  25. </animation>
  26. <animation>
  27. <type>material</type>
  28. <object-name>face</object-name>
  29. <object-name>needle</object-name>
  30. <emission>
  31. <red>1.0</red>
  32. <green>1.0</green>
  33. <blue>1.0</blue>
  34. <factor-prop>/controls/lighting/dash-dim</factor-prop>
  35. </emission>
  36. </animation>
  37. <animation>
  38. <type>rotate</type>
  39. <object-name>needle</object-name>
  40. <property>instrumentation/turn-indicator/indicated-turn-rate</property>
  41. <factor> 20 </factor>
  42. <axis>
  43. <x> -1 </x>
  44. <y> 0 </y>
  45. <z> 0 </z>
  46. </axis>
  47. </animation>
  48. <animation>
  49. <type>rotate</type>
  50. <object-name>ball</object-name>
  51. <property>instrumentation/slip-skid-ball/indicated-slip-skid</property>
  52. <factor>16</factor>
  53. <emission>
  54. <red>1.0</red>
  55. <green>1.0</green>
  56. <blue>1.0</blue>
  57. <factor-prop>/controls/lighting/dash-dim</factor-prop>
  58. </emission>
  59. <min-deg> -19 </min-deg>
  60. <max-deg> 19 </max-deg>
  61. <center>
  62. <x-m> 0.00 </x-m>
  63. <y-m> 0.00 </y-m>
  64. <z-m> 0.05 </z-m>
  65. </center>
  66. <axis>
  67. <x> -1 </x>
  68. <y> 0 </y>
  69. <z> 0 </z>
  70. </axis>
  71. </animation>
  72. </PropertyList>