Hi all
I'd like to make 3D-like rotation on a flat image, to differentiate which way I'm rotating an image.
I currently do
On the element, but when the tilt is -10 and +10 it looks the sameCode:Rotation{ id:rotationY; origin.x:width/2; origin.y:height/2; axis { x: 0; y: 1; z: 0 } angle: tilt },
Rotation3D would do the job, but it's not available in the current version of Qt (correct me if I'm wrong)
It would be good to skew the image to apply the perspective when rotating on Y axis, but I don't know how to do it either.
Any ideas?




