ccp.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <PropertyList>
  2. <!--
  3. cockpit control panel CCP for h145(m)
  4. non-functional model,
  5. -->
  6. <path>ccp.ac</path>
  7. <effect>
  8. <inherits-from>Aircraft/ec145/Models/Effects/implicit-lightmap</inherits-from>
  9. <object-name>ccp</object-name>
  10. <object-name>knob1</object-name>
  11. </effect>
  12. <!-- effect of overhead floodlight as material emission,
  13. 'cheap trick' to simulate ambient cabin lighting
  14. -->
  15. <animation>
  16. <type>material</type>
  17. <object-name>ccp</object-name>
  18. <object-name>knob1</object-name>
  19. <emission>
  20. <red>0.02</red>
  21. <green>0.02</green>
  22. <blue>0.02</blue>
  23. <factor-prop>/systems/electrical/outputs/floodlight</factor-prop>
  24. </emission>
  25. </animation>
  26. <animation>
  27. <type>knob</type>
  28. <object-name>knob1</object-name>
  29. <action>
  30. <binding>
  31. <command>property-adjust</command>
  32. <property>instrumentation/mfd[2]/ccp-selector</property>
  33. <factor>1</factor>
  34. </binding>
  35. <binding>
  36. <command>property-toggle</command>
  37. <property>instrumentation/mfd[2]/pwr-sw-pos</property>
  38. </binding>
  39. </action>
  40. </animation>
  41. <animation>
  42. <type>rotate</type>
  43. <object-name>knob1</object-name>
  44. <property>instrumentation/mfd[2]/pwr-sw-pos</property>
  45. <interpolation>
  46. <entry>
  47. <ind> 0</ind>
  48. <dep> 180.0</dep>
  49. </entry>
  50. <entry>
  51. <ind> 1</ind>
  52. <dep> 0.0</dep>
  53. </entry>
  54. </interpolation>
  55. <axis>
  56. <x>1</x>
  57. <y>0</y>
  58. <z>0</z>
  59. </axis>
  60. <center>
  61. <x-m>0.0</x-m>
  62. <y-m>-0.04531</y-m>
  63. <z-m>0.02154</z-m>
  64. </center>
  65. </animation>
  66. </PropertyList>