Search found 3 matches

by petfactory
December 21st, 2012, 12:52 pm
Forum: Expression Discussion
Topic: 3d Point Control toComp
Replies: 4
Views: 14256

Re: 3d Point Control toComp

Hi, Thank you for your reply. I finally got it to work. One important step, that I had missed, was to set the position of the null layer that has the 3d point control effect to [0,0,0]. If done this works fine: LE = thisComp.layer("LE"); LE.toComp(LE.effect("3D Point Control")(&q...
by petfactory
December 19th, 2012, 2:22 am
Forum: Expression Discussion
Topic: 3d Point Control toComp
Replies: 4
Views: 14256

Re: 3d Point Control toComp

Hi ! Thank you for your quick answer ! I have tried the setup that you suggested but it does not seem to work. I have one layer called "LE" ( short for Layer Expression ) with a 3D Point Control effect applied. To verify the 3d pos to comp pos I have another 2d solid with a circle effect a...
by petfactory
November 30th, 2012, 5:41 am
Forum: Expression Discussion
Topic: 3d Point Control toComp
Replies: 4
Views: 14256

3d Point Control toComp

Hi, Is it possible to get a 2d pos (toComp) from a 3d position supplied by a 3d Point Control effect ? I have a null to which I have added a 3d Point Control effect. I wish to project this position on a 2d solid. I get it to work if I use a 3d null and position that in 3d using the 3d Point control ...