For a job I'm basically creating an image carousel that has to fade between several different scenes every X seconds. one scene exists out of multiple pictures that are mapped over multiple displays.
I currently mapped all the images so that every scene is one column:

Is this the correct way to do this? I basically need to fade between columns every x seconds. There is also one input that stays constant between every scene, which I currently resolve by just duplicating it in every column. once again, is this the best way to do this?
Thanks!