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.
Landing gear input:
clamp01(smooth(LandingGear2,0.4))
Landing gear door input:
clamp01(smooth(LandingGear2,0.4)-1)
(Boeing 737 Nose Landing Gear But Hydraulic Speed not real).
@Thisairplanesucks
Well...
While building
custom LG
most builders use 2 rotatorsFirst 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
@Grob0s0VBRa I dont understand :v
@Grob0s0VBRa
Thank you! This one looks much more understandable, I'll experiment with this one.
@CMAircraftManufacture
Look-See here:
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 )