Profile image

Landing Gears and Doors

18.6k CM  3.8 years ago

I know that thanks to the funky trees it is possible to make the mechanism to run the landing gear next to its doors in sync, but no matter how much you read and read articles from how these work I can't make them work. Can anyone help me with the problem? I would like to implement this on my future aircraft.

  • Log in to leave a comment
  • Profile image

    Landing gear input:
    clamp01(smooth(LandingGear2,0.4))
    Landing gear door input:
    clamp01(smooth(LandingGear
    2,0.4)-1)
    (Boeing 737 Nose Landing Gear But Hydraulic Speed not real).

    3.2 years ago
  • Profile image
    13.1k Grob0s0VBRa

    @Thisairplanesucks
    Well...
    While building custom LG most builders use 2 rotators
    First for door that closes when the gear is up ( just to look okay in fuselage )
    Second for gear itself...
    Ah, just take a look on this

    +1 3.8 years ago
  • Profile image
    1,317 Harder258

    @Grob0s0VBRa I dont understand :v

    +1 3.8 years ago
  • Profile image
    18.6k CM

    @Grob0s0VBRa
    Thank you! This one looks much more understandable, I'll experiment with this one.

    3.8 years ago
  • Profile image
    13.1k Grob0s0VBRa

    @CMAircraftManufacture

    Look-See here:

    • Input for landing door is floor(smooth(clamp01(X) , Y))
    • Input аor landing gear is ceil(smooth(clamp01(X) , Y))

      Where X - desired input ( landingGear), Y - delay ( experiment with numbers )

    +6 3.8 years ago