Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Applying a perspective view to a QQuickItem

Applying a perspective view to a QQuickItem

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 314 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    diegocarrillo
    wrote on last edited by
    #1

    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?

    DiracsbracketD 1 Reply Last reply
    0
    • D diegocarrillo

      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?

      DiracsbracketD Offline
      DiracsbracketD Offline
      Diracsbracket
      wrote on last edited by Diracsbracket
      #2
      This post is deleted!
      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved