I have a current Project where I want to achieve a linear Perspective, similar to this:
Now I am using a Camera and simple "3d Objects", but when i tilt the camera to show the rooftops, I don't get straight vertical lines.
I know this behavior is perfectly normal for a 3d Camera but i was wondering if there's a way to achieve this look anyways?
My current solution involves a precomp where I use the corner pin effect, but this is pretty messy, as soon as i move the camera.
Any other Ideas? Maybe a camera plugin or something?