Hi all, I'm trying to do the animation of my altimeter gauge.
in a free aircraft I have found that instrucion :
<UseTemplate Name="ASOBO_INSTRUMENT_Altimeter_Template">
<MIN_VALUE_STRIP>27.9</MIN_VALUE_STRIP>
<MAX_VALUE_STRIP>31.6</MAX_VALUE_STRIP>
<MIN_VALUE_KNOB>28.2</MIN_VALUE_KNOB>
<MAX_VALUE_KNOB>31.3</MAX_VALUE_KNOB>
<HIGHLIGHT_NODE_ID>INSTRUMENT_Altimeter_Highlight_1</HIGHLIGHT_NODE_ID>
<KNOB_HIGHLIGHT_NODE_ID>INSTRUMENT_Knob_Altimeter_Visual_1</KNOB_HIGHLIGHT_NODE_ID>
</UseTemplate>
now I have to animate in blender in order:
100 ft needle
1000 ft needle
10000 tf needle
rotary knob
barometric rotating scale
but how I have to match these animations with few instructions lines of this template.
I don't understand wich names I have to use in blender for each animation, I don't understand if I have to use other anim xml instruction as following :
<Animation name="needle_vsi" guid="a3e143eb-86e0-455b-a6fc-b8364e1598a1" length="100" type="Sim" typeParam2="needle_vsi" typeParam="AutoPlay" />
<PartInfo>
<Name>needle_vsi</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:Vertical speed, m/s) 3 * 50 +</Code>
</Parameter>
</Animation>
</PartInfo>
these part of code I used for vertical speed animation.
I need someone could explain me how to clear my mind . Help. Thanks..