LOOK AT ME AGAIN! Card Dance Effect FULLY Auto-Oriented towards Camera in After Effects

Опубликовано: 07 Октябрь 2024
на канале: Michael Ponch
7,962
631

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