clock_50mm.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0"?>
  2. <!--
  3. Your basic clock, 50mm version
  4. Gary "Buckaroo" Neely
  5. -->
  6. <PropertyList>
  7. <path>clock_50mm.ac</path>
  8. <animation>
  9. <type>material</type>
  10. <object-name>Clock.Face</object-name>
  11. <object-name>Clock.Hour</object-name>
  12. <object-name>Clock.Minute</object-name>
  13. <emission>
  14. <red>0.8</red>
  15. <green>0.4</green>
  16. <blue>0.2</blue>
  17. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  18. </emission>
  19. </animation>
  20. <animation>
  21. <type>rotate</type>
  22. <object-name>Clock.Hour</object-name>
  23. <property>/instrumentation/clock/indicated-sec</property>
  24. <factor>0.00833333333333333</factor>
  25. <axis>
  26. <x>-1</x>
  27. <y>0</y>
  28. <z>0</z>
  29. </axis>
  30. </animation>
  31. <animation>
  32. <type>rotate</type>
  33. <object-name>Clock.Minute</object-name>
  34. <property>/instrumentation/clock/indicated-sec</property>
  35. <factor>0.1</factor>
  36. <axis>
  37. <x>-1</x>
  38. <y>0</y>
  39. <z>0</z>
  40. </axis>
  41. </animation>
  42. <animation>
  43. <type>rotate</type>
  44. <object-name>Clock.Knob</object-name>
  45. <property>/instrumentation/clock/offset-sec</property>
  46. <interpolation>
  47. <entry><ind>-43200</ind><dep>-180</dep></entry>
  48. <entry><ind> 0</ind><dep> 0</dep></entry>
  49. <entry><ind> 43200</ind><dep> 180</dep></entry>
  50. </interpolation>
  51. <center>
  52. <x-m>0</x-m>
  53. <y-m>-0.023</y-m>
  54. <z-m>-0.023</z-m>
  55. </center>
  56. <axis>
  57. <x>-1</x>
  58. <y>0</y>
  59. <z>0</z>
  60. </axis>
  61. </animation>
  62. </PropertyList>