123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>lamp.ac</path>
- <animation>
- <object-name>lampoff</object-name>
- <object-name>lampon</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>lampon</object-name>
- <condition>
- <and>
- <property>/instrumentation/alerts/rpm</property>
- <greater-than>
- <property>/systems/electrical/outputs/instrument-lights</property>
- <value>0.0001</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>material</type>
- <object-name>lampoff</object-name>
- <emission>
- <red> 0 </red>
- <green> 0 </green>
- <blue> 0 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>lampon</object-name>
- <emission>
- <red> 1 </red>
- <green> 1 </green>
- <blue> 1 </blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- </PropertyList>
|