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!
@goboygo1 Thank you!
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.