Cylindrical Panning
Unsolved
QML and Qt Quick
-
I have a widget application which uses QGraphicsView and QGraphicsScene. The application allows panning of the scene. The panning is such that the part of the scene that goes out from the right side of the view, appears from the left side of the view and vice versa. This gives an affect that the scene is being panned cylindrically.
How can this be replicated using QML?
Thank you !!