I'm trying to add an animation for the tilt's propeller rotation, and I've written my model XML file as shown below.
I did the animation work in Blender with keyframes set at 0 and 100.
In Blender, the propeller rotates perfectly on an infinite loop.
But in MSFS, even though the engine RPM is greater than 0, the propeller animation doesn't work properly.
If you know what might be causing this, I'd appreciate your help. Thank you.
Code:
<Component ID="PROPELLER">
<UseTemplate Name="ASOBO_GT_Anim_Sim">
<ANIM_NAME>fan-LH-frt.001Action-fan</ANIM_NAME>
<ANIM_SIMVAR>GENERAL ENG RPM:1</ANIM_SIMVAR>
<ANIM_SIMVAR_UNITS>radians</ANIM_SIMVAR_UNITS>
<ANIM_SIMVAR_SCALE>0.1047</ANIM_SIMVAR_SCALE>
<ANIM_LENGTH>100</ANIM_LENGTH> <!-- This is unnecessary as the default length is 100 -->
</UseTemplate>
</Component>
I did the animation work in Blender with keyframes set at 0 and 100.
In Blender, the propeller rotates perfectly on an infinite loop.
But in MSFS, even though the engine RPM is greater than 0, the propeller animation doesn't work properly.
If you know what might be causing this, I'd appreciate your help. Thank you.
