Page 1 of 1

Attach a 2d layer to a 3d

Posted: January 9th, 2008, 8:22 am
by DhAoS
Hello people

how can I "attach" a 2D layer to a moving 3D layer in a scene with a moving 3D camera?

thanks!

Posted: January 9th, 2008, 12:27 pm
by Mylenium
m3D=thisComp.layer("3D Layer");
m2D=m3D.toComp(anchorPoint);


Mylenium