-
Please advice : how to convert point of interest of a camera to 2D on-screen X/ Y points, including the zoom of the camera ?
this is not giving me the result I need:
delta = toComp(thisComp.layer(“thisComp.layer(“top_cam”).transform.pointOfInterest) +thisComp.layer(“Camera 2”).cameraOption.zoom- thisComp.activeCamera.toWorld([0,0,0]);
thanks