1
0
Fork 0
fgdata/Aircraft/c172p/Models/Interior/Panel/Instruments/hi/hi.xml
Stuart Buchanan 73a67f2328 c172p-detailed sync for 2018.3
from https://github.com/c172p-team/c172p/tree/release/2018.3
commit 0ddd75dbb7431f955d1dd8f468b30300bad6b9d1
2018-09-02 20:58:05 +01:00

170 lines
4.9 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<path>hi.ac</path>
<effect>
<inherits-from>../../../../Effects/interior/lm-hir</inherits-from>
<object-name>Face</object-name>
<object-name>OBS-Knob</object-name>
<object-name>Hdg-Knob</object-name>
<object-name>HdgBug</object-name>
</effect>
<effect>
<inherits-from>../../../../Effects/interior/lm-hi</inherits-from>
<object-name>Front</object-name>
<object-name>Case</object-name>
</effect>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Front</object-name>
<object-name>HdgBug</object-name>
<object-name>Case</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
<emission>
<red> 1.0</red>
<green>0.8</green>
<blue> 0.5</blue>
<factor-prop>/sim/model/material/instruments/integral-factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Face</object-name>
<property>instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>-0.37551</x-m>
<y-m>-0.22153</y-m>
<z-m>-0.00436</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>-0.37551</x-m>
<y-m>-0.22153</y-m>
<z-m>-0.00436</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>autopilot/settings/heading-bug-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>-0.37551</x-m>
<y-m>-0.22153</y-m>
<z-m>-0.00436</z-m>
</center>
</animation>
<!-- Heading Bug control -->
<animation>
<type>knob</type>
<object-name>Hdg-Knob</object-name>
<property>autopilot/settings/heading-bug-deg</property>
<factor>6</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>-0.36799</x-m>
<y-m>-0.19238</y-m>
<z-m>-0.03331</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property>autopilot/settings/heading-bug-deg</property>
<factor>1</factor>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<!-- Faster rate of change than the default -->
<drag-scale-px>4</drag-scale-px>
<shift-repeat type="int">5</shift-repeat>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>heading-bug</tooltip-id>
<mapping>heading</mapping>
<label>Heading Bug: %3d</label>
<property>autopilot/settings/heading-bug-deg</property>
</binding>
</hovered>
</animation>
<!-- Heading Offset -->
<animation>
<type>knob</type>
<object-name>OBS-Knob</object-name>
<property>instrumentation/heading-indicator/offset-deg</property>
<factor>6</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>-0.36799</x-m>
<y-m>-0.25151</y-m>
<z-m>-0.03297</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property>instrumentation/heading-indicator/offset-deg</property>
<factor>1</factor>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<!-- Faster rate of change than the default -->
<drag-scale-px>4</drag-scale-px>
<shift-repeat type="int">5</shift-repeat>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>heading-offset</tooltip-id>
<label>Heading Offset: %3d</label>
<mapping>heading</mapping>
<property>instrumentation/heading-indicator/offset-deg</property>
</binding>
</hovered>
</animation>
</PropertyList>