I would like to create an effect similar to the image below using one single CALayer - not by splitting the image, transforming the perspective on both halves, and then placing it next to each other.
Can this be done using CoreImage?
Alternatively, can someone point me in the right direction using OpenGL?

source
share