12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?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>
- <object-name>lampoff</object-name>
- <object-name>lampon</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>lampon</object-name>
-
- </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>
|