Hi, QML has the Rotate and Scale possibility, but i can't find a way to do image skewing. If you don't know what skewing is, please look at this image [1].
Skewing is possible in QML's canvas item, but that isn't suited for animating stuff. Then QML also has the Matrix4x4 which "could" be used to do a skewing animation, but that makes it more complicated then it has to be. Shaders are another possibility... What i'm searching for is some easy to use: Rectangle { .... transform: Skew { x: 10; y: 10} .... } or something alike.. or a "SkewAnimator" just like you have a ScaleAnimator and a couple others. Cheers, Mark [1] http://www.proun-game.com/Oogst3D/BLOG/Shooting%20Animations%20Skewing.gif _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest