-
AE Camera orbit
Hi pros!
My brain is literally boiling due to this orbit-issue I have, and it`s such a basic problem:I have a camera that I parented to a null (camCTRL). I want the camera to move towards various objects in my scene. The cam should move to object A, orbit around 360 to sort of examine it and then move to to object B, orbit around and then move to object C etc…
Problem is that when I move the camera (with the camCTRL-null), the point of interest doesn`t stick to the object to orbit (Y-rotation on camCTRL).I want the POI to be separated from the cam for individual control. and no matter where I the move the POI, the camera should always be facing it.
I tried to make a separate POI-null , and put this script in cams POI-field:L = thisComp.layer(“POInull”);
parent.fromWorld(L.toWorld(L.anchorPoint))…but it doesn`t keep the POI in place when orbiting around, though it faces the object correctly.
Any clever genious out there? 🙂/Tom