-
Orbit Text Around Null With All 3 Axes Locked
I’m trying to accomplish the orbit effect of the nav menu on https://aescripts.com/
I have a 3D text layer parented to a 3D null object. I’m using the following expression to lock the x-axis of the text as it orbits around the null.
thisComp.layer(“Null 1”).transform.yRotation*-1;
That works fine. However, using this expression for all 3 axes doesn’t work. I’d like the text’s XY and Z rotation to remain 0 as it orbits around the null, as the null’s XYZ values change simultaneously.