Skip to content

Commit

Permalink
Correct left rotor translation which was wrong only for object viewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbau committed Aug 1, 2024
1 parent 595b013 commit b516f18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/aircrafts/v22.3d
Original file line number Diff line number Diff line change
Expand Up @@ -3722,8 +3722,9 @@ rotor_new 3 -7.0 0.3 0.6 0.0 0.0 180.0 5.7 1 0 1 1
# r g b a
rotor_blur_color 0.1 0.1 0.1 0.75
begin_model rotor
#$model_flags
translate -7.000000 0.300000 0.600000
#$model_flags
# Note that Z must be set to 5.2 and not to 0.6 as it should be usually (5.2 = -blades_offset * 2 + 0.6).
translate -7.000000 0.300000 5.200000
color 0.050000 0.050000 0.050000 1.000000 1.000000 1.000000 1.000000 0.200000 0.000000
# Blades
begin_quads
Expand Down

0 comments on commit b516f18

Please sign in to comment.