@PlaneFlightX YES, it works beautifully! But I also want the compression to affect the roll angle too. I've written this line but the effect is way too strong if I'm being honest. Too much compression at high speeds but just fine at 500-600kph: clamp(clamp(Pitch/(1+pow(IAS/343,2)), -1, 0.5) + -Roll/(1+pow(IAS/343,2))*0.5, -1, 1)
@PlaneFlightX YES, it works beautifully! But I also want the compression to affect the roll angle too. I've written this line but the effect is way too strong if I'm being honest. Too much compression at high speeds but just fine at 500-600kph:
clamp(clamp(Pitch/(1+pow(IAS/343,2)), -1, 0.5) + -Roll/(1+pow(IAS/343,2))*0.5, -1, 1)