-
Point on 2D plane, to point in 3D space
I have been struggling with this one for a while:
I have a 2D image, a map of Europe. I want to have a point on that map to become a 3D point of interest in my comp.
I have placed the 2D map in my composition but don’t know how to go from there.What I know is:
– a point, on my 2D image
– the position, anchor and rotation of my 2D map in 3D space.
– dimensions of my compositionWhat I try to find an expression for:
– convert this 2D point on the map to a 3D position
– convert the 3D point to the 2D screen positionTo be able to adjust:
– a null, representing the Point Of Interest for a camera.
– a 2D adjustment layer to create a vignette around the point of interestFiguring this one out is giving me a headache!
Any thoughts?