Profile image

Rotators Funky Input

6,206 F4Mustang  1.6 years ago

Hi!

  • I wanted to make a rotator that only activates when I apply 95% or more of pitch and was wondering what funky input I need to put into the rotator.

  • I also wanted to make a rotator that activates above a certain speed (let's say 250mph TAS for this example) but again I'm also clueless on what input to put.

Thank you!

  • Log in to leave a comment
  • Profile image
    6,206 F4Mustang

    @goboygo1 Thank you!

    1.6 years ago
  • Profile image
    28.3k goboygo1

    For the first one;

    Pitch * clamp01(abs(Pitch) > 0.95)

    That may need some work depending on how exactly you want it to function.
    You can just put;

    TAS>250

    In the activation group value for the second one.

    +1 1.6 years ago