1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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>
- <greater-than>
- <property>/systems/electrical/outputs/starter</property>
- <value>9.0</value>
- </greater-than>
- </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>
- </emission>
- </animation>
- </PropertyList>
|