12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>oat.ac</path>
- <animation>
- <type>material</type>
- <object-name>oat</object-name>
- <object-name>needle</object-name>
- <condition>
- <property>/controls/lighting/instrument-lights</property>
- </condition>
- <emission>
- <red> 0.80 </red>
- <green> 0.50 </green>
- <blue> 0.50 </blue>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle</object-name>
- <property>environment/temperature-degc</property>
- <interpolation>
- <entry><ind> -60 </ind><dep> -108 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 100 </ind><dep> 180 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|