low-alt0.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>low-alt0.ac</path>
  4. <animation>
  5. <object-name>base</object-name>
  6. <type>material</type>
  7. <emission>
  8. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  9. <red>0.5</red>
  10. <green>0.2</green>
  11. <blue>0.2</blue>
  12. </emission>
  13. </animation>
  14. <animation>
  15. <type>material</type>
  16. <object-name>lens.001</object-name>
  17. <emission>
  18. <red>1</red>
  19. <green>1</green>
  20. <blue>1</blue>
  21. </emission>
  22. </animation>
  23. <animation>
  24. <type>select</type>
  25. <object-name>lens.001</object-name>
  26. <condition>
  27. <and>
  28. <and>
  29. <equals>
  30. <property>/gear/gear[0]/position-norm</property>
  31. <value>0</value>
  32. </equals>
  33. <equals>
  34. <property>/surface-positions/flap-pos-norm</property>
  35. <value>0</value>
  36. </equals>
  37. </and>
  38. <and>
  39. <less-than>
  40. <property>/position/gear-agl-ft</property>
  41. <property>instrumentation/altimeter/setting-low-alert</property>
  42. </less-than>
  43. <not>
  44. <property>gear/gear[0]/wow</property>
  45. <property>gear/gear[1]/wow</property>
  46. <property>gear/gear[2]/wow</property>
  47. </not>
  48. </and>
  49. </and>
  50. </condition>
  51. </animation>
  52. </PropertyList>