Page 1 of 1

auto orient without auto orient

Posted: December 17th, 2007, 11:14 am
by DhAoS
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

Posted: December 18th, 2007, 8:41 am
by Dan Ebberts
Try this:

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

Dan