Also started learning FT a week ish ago, Looking for some new knowledge
To clarify, do you mean to sweep the wing respective to the throttle? Or just want it to sweep after 80% but slowly?
If just sweeping according to throttle maybe you can try input (clamp(Throttle,0.8,1))/(how many degrees your hinge or rotator moves)
If just time u can just use smooth(x,(rate per second)
Correct me if im wrong
Also started learning FT a week ish ago,
Looking for some new knowledge
To clarify, do you mean to sweep the wing respective to the throttle?
Or just want it to sweep after 80% but slowly?
If just sweeping according to throttle maybe you can try input
(clamp(Throttle,0.8,1))/(how many degrees your hinge or rotator moves)
If just time u can just use
smooth(x,(rate per second)
Correct me if im wrong