This After Effect Tip is from my 'Floating Objects' Tutorial where I also 3D track it into video. Check it out!
And here's the expression:
C = thisComp.activeCamera;
V = C.toWorldVec([0,0,1]);
P = toWorld(anchorPoint);
lookAt(P, P + V);
#aftereffects #aftereffectstutorial