clock.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>clock.ac</path>
  4. <animation>
  5. <type>rotate</type>
  6. <object-name>HR.hand</object-name>
  7. <property>instrumentation/clock/local-hour</property>
  8. <interpolation>
  9. <entry><ind>0.0</ind><dep>0</dep></entry>
  10. <entry><ind>12.0</ind><dep>360</dep></entry>
  11. </interpolation>
  12. <axis>
  13. <x>-1</x>
  14. <y>0</y>
  15. <z>0</z>
  16. </axis>
  17. </animation>
  18. <animation>
  19. <type>material</type>
  20. <object-name>CLOCK.face</object-name>
  21. <object-name>HR.hand</object-name>
  22. <object-name>MN.hand</object-name>
  23. <object-name>SC.hand</object-name>
  24. <emission>
  25. <red> 0.25 </red>
  26. <green> 0.25 </green>
  27. <blue> 0.25 </blue>
  28. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  29. </emission>
  30. </animation>
  31. <animation>
  32. <type>rotate</type>
  33. <object-name>MN.hand</object-name>
  34. <property>instrumentation/clock/indicated-min</property>
  35. <interpolation>
  36. <entry><ind>0.0</ind><dep>0</dep></entry>
  37. <entry><ind>60.0</ind><dep>360</dep></entry>
  38. </interpolation>
  39. <axis>
  40. <x>-1</x>
  41. <y>0</y>
  42. <z>0</z>
  43. </axis>
  44. </animation>
  45. <animation>
  46. <type>rotate</type>
  47. <object-name>SC.hand</object-name>
  48. <property>instrumentation/clock/indicated-sec</property>
  49. <factor>6</factor>
  50. <axis>
  51. <x>-1</x>
  52. <y>0</y>
  53. <z>0</z>
  54. </axis>
  55. </animation>
  56. </PropertyList>