chronograph.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>chronograph.ac</path>
  4. <animation>
  5. <type>rotate</type>
  6. <object-name>HourHand</object-name>
  7. <property>instrumentation/clock/indicated-sec</property>
  8. <factor>0.00833333333333333</factor>
  9. <axis>
  10. <x>-1</x>
  11. <y>0</y>
  12. <z>0</z>
  13. </axis>
  14. </animation>
  15. <animation>
  16. <type>rotate</type>
  17. <object-name>MinuteHand</object-name>
  18. <property>instrumentation/clock/indicated-sec</property>
  19. <factor>0.1</factor>
  20. <axis>
  21. <x>-1</x>
  22. <y>0</y>
  23. <z>0</z>
  24. </axis>
  25. </animation>
  26. <animation>
  27. <type>rotate</type>
  28. <object-name>SecondHand</object-name>
  29. <property>instrumentation/clock/indicated-sec</property>
  30. <factor>6.0</factor>
  31. <axis>
  32. <x>-1</x>
  33. <y>0</y>
  34. <z>0</z>
  35. </axis>
  36. </animation>
  37. <!-- dimming -->
  38. <animation>
  39. <type>material</type>
  40. <object-name>face</object-name>
  41. <condition>
  42. <greater-than>
  43. <property>/systems/electrical/outputs/instrument-lights</property>
  44. <value>10.0</value>
  45. </greater-than>
  46. </condition>
  47. <emission>
  48. <red> 0.8 </red>
  49. <green> 0.8 </green>
  50. <blue> 1.0 </blue>
  51. <factor-prop>/controls/lighting/stdby-instrument-lights-norm</factor-prop>
  52. </emission>
  53. </animation>
  54. <animation>
  55. <type>material</type>
  56. <object-name>HourHand</object-name>
  57. <object-name>MinuteHand</object-name>
  58. <object-name>SecondHand</object-name>
  59. <condition>
  60. <greater-than>
  61. <property>/systems/electrical/outputs/instrument-lights</property>
  62. <value>10.0</value>
  63. </greater-than>
  64. </condition>
  65. <emission>
  66. <red> 0.8 </red>
  67. <green> 0.8 </green>
  68. <blue> 1.0 </blue>
  69. <factor>0.4</factor>
  70. </emission>
  71. </animation>
  72. <!-- LoD -->
  73. <animation>
  74. <type>range</type>
  75. <min-m>0</min-m>
  76. <max-m>35</max-m>
  77. </animation>
  78. </PropertyList>