Object A is facing a curtain direction.
Object C is A's child's child's... child.
So A is the root parent of C.
When i rotate A, C follows A to rotate. What i want is constrain C's orientation while rotating A.
For instance, keep the angle between C's local Z axis & world's Z axis less than 20 degrees, how can i achieve that?
I tried to limit C's Z location, but it doesn't constrain A's rotation, and their relative position doesn't keep constant any more.
