How to limit rotation without gimbal lock?

I don’t know if it will work in your specific case, but I found the only way around this without using Qs is to only ever add or subtract rotation. Think of it in that way.

So only use AddLocalRotation.

It’s using the Set… nodes that’s the problem.

1 Like