How can I implement an horizontal wipe transition (controlled by a slider) between two cameras which share the same perspective, like this:
I need to keep the same perspective on both cameras, so simple changes to the viewport or field of view will not achieve the desired effect. Basically, the effect would be equivalent to applying a 2D mask on the front camera.
Thanks.