All right so I’m making a very complicated plane and was wondering if I could make the vertical stabilizer do yaw and brake. Without adding a second control surface. (Also if anyone knows a good way to make modern horizontal stabilizer’s please let me know).
Is it possible to make a control surface on a wing do more than one action?
1,031 Jbear625
2.2 years ago
Yes
@PlaneFlightX ok
@Jbear625
clamp(Yaw - Brake, -1, 1)
@PlaneFlightX by any chance would you know how to only invert the brake on one of the control surfaces without inverting the Yaw
@PlaneFlightX ok thanks
@Jbear625 For yaw and brake you would want
clamp(Yaw + Brake, -1, 1)
.@PlaneFlightX do you know what the funky tree input would be?
Yes, just use a bit of funky trees.