12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>comp.ac</path>
- <animation>
- <type>material</type>
- <object-name>Ring</object-name>
- <emission>
- <red>0.6</red>
- <green>0.3</green>
- <blue>0.3</blue>
- <factor-prop>controls/lighting/instruments-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Ring</object-name>
- <property>/instrumentation/magnetic-compass/indicated-heading-deg</property>
- <center>
- <x-m>-0.007</x-m>
- <y-m>0</y-m>
- <z-m>0.39</z-m>
- </center>
- <axis>
- <x>0.0</x>
- <y>0.0</y>
- <z>1.0</z>
- </axis>
- </animation>
- </PropertyList>
|