Search found 1 match
- Thu Jun 27, 2013 7:38 pm
- Forum: Requests, new functionalities
- Topic: [request] Orient to axis
- Replies: 4
- Views: 8265
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 ...