1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>oxyreg.ac</path>
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>10</max-m>
- </animation>
-
- <animation>
- <object-name>base</object-name>
- <type>material</type>
- <emission>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- <red>0.5</red>
- <green>0.2</green>
- <blue>0.2</blue>
- </emission>
- </animation>
- <animation>
- <object-name>face</object-name>
- <type>material</type>
- <emission>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- <red> 0.5 </red>
- <green>0.5 </green>
- <blue> 0.4 </blue>
- </emission>
- </animation>
- </PropertyList>
|