Hello!
I would like to ask how to control the playback of a PNG sequence based on the position of the mouse (by holding down the left button and dragging). My project requires dragging a 3D model on a touchscreen, which recognizes a finger as a mouse. I plan to render the 3D model using PNGs to create a 360° sequence of frames around it.
I want the PNG sequence to play forward when the mouse is dragged to the left, and to play backward when the mouse is dragged to the right.
Thanks a lot!