i want the rotator with LandingGear input i want the speed to be 40% when going down and 20% when going down.
@goboygo1 thanks alot yes i can edit that
You mean fast going down and slow going up? You can use the smooth() function for this, Something like: smooth(LandingGear ,(1*Clamp(LandingGear ,0.5,1))) Assuming you have basic FT skills, you can edit that to fit your application, GL!
@goboygo1 thanks alot yes i can edit that
You mean fast going down and slow going up?
You can use the smooth() function for this, Something like:
smooth(LandingGear ,(1*Clamp(LandingGear ,0.5,1)))
Assuming you have basic FT skills, you can edit that to fit your application, GL!