-
2D Position Projected to 3D Layer
There is a comp with Camera and animated 2Dnull, which position I want to project to the 3D layer 8000 pixels in Z from Cam. Unfortunately:
var pp = thisComp.layer("2DNull") ; thisLayer.fromWorld(pp.toWorld(pp.anchorPoint)) ;
applied to the effect “Point Control”, gives scaled down results, not following the 2D position.
What am I missing?