Applying a perspective view to a QQuickItem
-
Hello,
I am developing a navigation system that basically must show a cursor moving through a georeferenced grid. Currently I'm using a QQuickItem, as part of the Scene Graph API.
What I want now is to apply a perspective to this grid, giving it a 3D depth effect. I already tried using the QSGTransformNode and applying a perspective transform to it's matrix, but it didn't work.
Do you guys know if it is possible to do something like that, without having to move to Qt3D? -
Hello,
I am developing a navigation system that basically must show a cursor moving through a georeferenced grid. Currently I'm using a QQuickItem, as part of the Scene Graph API.
What I want now is to apply a perspective to this grid, giving it a 3D depth effect. I already tried using the QSGTransformNode and applying a perspective transform to it's matrix, but it didn't work.
Do you guys know if it is possible to do something like that, without having to move to Qt3D?This post is deleted!