auto orient without auto orient

Moderators: Disciple, zlovatt

Post Reply
DhAoS
Posts: 6
Joined: May 21st, 2007, 3:13 am

I need to access to auto-orient data but seems not to be possible in AE 7, so I need to simulate autoorient via expressions. I already know the good D. Ebbert's Y-only-autoorient expression, but there is a way to replicate it even to X and Z axis?

thanks in advance
Dan Ebberts
Posts: 320
Joined: June 26th, 2004, 10:01 am
Location: Folsom, CA
Contact:

Try this:

lookAt(thisComp.activeCamera.toWorld([0,0,0]),toWorld(anchorPoint))

Dan
Post Reply