Search found 1 match
- August 8th, 2008, 12:55 am
- Forum: Expression Discussion
- Topic: layer orientation without "lookat"
- Replies: 1
- Views: 8114
layer orientation without "lookat"
Hi, I have 3 layers A, B, C inside my comp. In a 3D space, B is positioned between A and C using this basic stuff: B.position = (A.position+C.position)*.5 Now I would like B to orient towards those layers just like using Lookat(,), but whitout using Lookat(,). This, because later on, I want B's orie...