1<?xml version="1.0" encoding="ISO-8859-1"?> 2 3<PropertyList> 4 5 <path>lamp.ac</path> 6 7 <animation> 8 <object-name>lampoff</object-name> 9 <object-name>lampon</object-name> 10 </animation> 11 12 <animation> 13 <type>select</type> 14 <object-name>lampon</object-name> 15 <condition> 16 <and> 17 <property>/instrumentation/alerts/rpm</property> 18 <greater-than> 19 <property>/systems/electrical/outputs/instrument-lights</property> 20 <value>0.0001</value> 21 </greater-than> 22 </and> 23 </condition> 24 </animation> 25 26 <animation> 27 <type>material</type> 28 <object-name>lampoff</object-name> 29 <emission> 30 <red> 0 </red> 31 <green> 0 </green> 32 <blue> 0 </blue> 33 </emission> 34 </animation> 35 36 <animation> 37 <type>material</type> 38 <object-name>lampon</object-name> 39 <emission> 40 <red> 1 </red> 41 <green> 1 </green> 42 <blue> 1 </blue> 43 <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop> 44 </emission> 45 </animation> 46 47</PropertyList> 48 49