Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QGraphics + Qt3D Render to Create Meshes

QGraphics + Qt3D Render to Create Meshes

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 342 Views
  • 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.
  • R Offline
    R Offline
    roahanramesh
    wrote on last edited by
    #1

    Hello All,
    I have a project, where in I need to import an image, draw regions of interests, move the regions of interests in the z plane and to each of these region of interests, generate a mesh.

    I have used QGraphicsPixmapItem, QGraphicsRectItem, QGraphicsEllipseItem, QGraphicsScene, subclassed each of them to handle mouse events, and am able to create, resize, move back to front etc.,

    Issues currently being faced.

    a. I have subclassed QGraphicsPolygonItem and QGraphicsScene, so that whenever, I click the screen when polygon creation is selected to start taking points on the screen. I am able to get the screen points, but unable to draw the polygon.

    b. I would like to know the steps required to be followed for creating mesh for each of the items.

    Any pointers would be really help.

    Thanks and Regards

    1 Reply Last reply
    0

    • Login

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