Search found 1 match

by noornazeer
Thu Jun 27, 2013 7:38 pm
Forum: Requests, new functionalities
Topic: [request] Orient to axis
Replies: 4
Views: 13085

Re: [request] Orient to axis

You need to re-create the auto orient behavior using a simple expression. Add this to the orientation parameter:

my_orient=lookAt(position,thisComp.layer("Camera").position)
X=orientation[0];
Y=my_orient[1];
Z=orientation[2];

[X,Y,Z]

You may need to add an angular value to compensate for ...