I need help changing the input on a rotator specifically the landing gear door, have you seen the door of a plane that opens then closes even the gears are out?
open
close
The input is: 4 * abs(smooth(LandingGear, 0.1) - 0.5) - 1
and through some deep experimenting, I could not change the landinggear input to a AG input and it goes crazy like it did a full 360 when not activated and another 360 when activated. I changed the numbers and added some.
What do I put in order to work?
Changing inputs on rotators
1,899 ObliviousCed
4.5 years ago
@cedblox332 how can i put a timer on it?
@tomlin5412 Thank you very much!
rate(abs(smooth(LandingGear,1)))
try it
I made something that works
abs (smooth(Activate1,0.5)
I need it to stay in the upright position longer
Change the "Max" or "Min" value, minimum (min) is when the input doesn't active, max when the input is active, other than that i don't think i know how to solve that 360 problem...