Profile image

can someone help me with this funky tree

13.9k PlaneGuy01  1.8 years ago

i want the rotator with LandingGear input i want the speed to be 40% when going down and 20% when going down.

  • Log in to leave a comment
  • Profile image
    13.9k PlaneGuy01

    @goboygo1 thanks alot yes i can edit that

    1.8 years ago
  • Profile image
    28.3k goboygo1

    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!

    1.8 years ago