Skip to content

Commit

Permalink
fix rotor animation
Browse files Browse the repository at this point in the history
  • Loading branch information
IAHM-COL committed May 24, 2020
1 parent 0395b7c commit 6a11ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Models/AH-1W-T4T.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ if(navStillOn) {
<animation>
<type>spin</type>
<object-name>helixR</object-name>
<property>/fdm/jsbsim/propulsion/engine/propeller-rpm</property>
<property>/fdm/jsbsim/propulsion/engine[4]/propeller-rpm</property>
<factor>1</factor>
<axis>
<x1-m>2.91140</x1-m>
Expand All @@ -394,7 +394,7 @@ if(navStillOn) {
<animation>
<type>spin</type>
<object-name>helixL</object-name>
<property>/fdm/jsbsim/propulsion/engine/propeller-rpm</property>
<property>/fdm/jsbsim/propulsion/engine[2]/propeller-rpm</property>
<factor>-1</factor>
<axis>
<x1-m>-2.75938</x1-m>
Expand Down

0 comments on commit 6a11ddc

Please sign in to comment.